From fd403c4f00af9fae880deafd6b559f8c1372df2b Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 26 Mar 2026 14:38:27 +0100 Subject: [PATCH] fix: bump DIRAC version --- pyproject.toml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 416083fb..d32fcade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ git_describe_command = "git describe --dirty --tags --long --match *[0-9]* --exc [tool.black] line-length = 120 -target-version = ['py39'] +target-version = ['py311'] [tool.pylint.basic] @@ -63,7 +63,7 @@ signature-mutators = [] max-line-length = 130 [tool.pylint."messages control"] -disable = ["R0903","I0011","c-extension-no-member"] +disable = ["R0903", "I0011", "c-extension-no-member"] [tool.pylint.reports] # Set the output format. Available formats are text, parseable, colorized, json diff --git a/setup.cfg b/setup.cfg index 3c242d50..9b83812b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ where=src [options.extras_require] server = # These dependecies are made optional to make it easier to build extensions - dirac[server] ~=9.0.0 + dirac[server] ~=9.1.0 DIRACWebAppResources ~=1.0 testing = autopep8 ==1.3.3