Skip to content

Commit c688561

Browse files
authored
Merge pull request #790 from fstagni/bump_version
fix: bump DIRAC version
2 parents 6dd232f + fd403c4 commit c688561

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git_describe_command = "git describe --dirty --tags --long --match *[0-9]* --exc
1010

1111
[tool.black]
1212
line-length = 120
13-
target-version = ['py39']
13+
target-version = ['py311']
1414

1515
[tool.pylint.basic]
1616

@@ -63,7 +63,7 @@ signature-mutators = []
6363
max-line-length = 130
6464

6565
[tool.pylint."messages control"]
66-
disable = ["R0903","I0011","c-extension-no-member"]
66+
disable = ["R0903", "I0011", "c-extension-no-member"]
6767

6868
[tool.pylint.reports]
6969
# Set the output format. Available formats are text, parseable, colorized, json

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ where=src
4141
[options.extras_require]
4242
server =
4343
# These dependecies are made optional to make it easier to build extensions
44-
dirac[server] ~=9.0.0
44+
dirac[server] ~=9.1.0
4545
DIRACWebAppResources ~=1.0
4646
testing =
4747
autopep8 ==1.3.3

0 commit comments

Comments
 (0)