Skip to content

Commit

Permalink
Merge pull request #352 from aiven/rominf-bump-deps-versions
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
akudiyar authored Aug 14, 2023
2 parents 464c304 + 541ec7a commit 5daf5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ dependencies = [
[project.optional-dependencies]
dev = [
# Lock black to the same major version used in downstream build environments
"black==22.10.0",
"black==23.3.0",
"flake8",
# Lock mypy to the same major version used in downstream build environments
"mypy>=0.991,<1.0",
"mypy>=1.0.1,<2.0",
# Lock types-requests to the same major version used in downstream build environments
"types-requests>=2.26.1,<3.0",
"pytest",
# Lock isort to the same major version used in downstream build environments
"isort>=5.10.1,<6.0",
"isort>=5.11.5,<6.0",
"click",
"ruff",
]
Expand All @@ -64,7 +64,7 @@ version-file = "aiven/client/version.py"

[tool.black]
line-length = 125
target-version = ['py38', 'py39'] # 'py310' is not yet available on Fedora 34
target-version = ['py38', 'py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit 5daf5ec

Please sign in to comment.