Skip to content

Commit

Permalink
Update dev/build dependencies to work better with Python 3.12 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Apr 13, 2024
1 parent 546111c commit aaba8dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.7
hooks:
- id: ruff
args: ['--fix']
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=69.2", "setuptools_scm[toml]>=8.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
-e .
aioconsole==0.7.0
aiohttp==3.9.1
aiotools==1.6.0
aiohttp==3.9.3
aiotools==1.7.0
attrs==23.1.0
docutils==0.19
ipdb==0.13.13
mypy==1.7.1
pre-commit==3.3.3
mypy==1.9.0
pre-commit==3.5.0
pytest-asyncio==0.21.1
pytest-cov==4.0.0
pytest-sugar==0.9.7
pytest==7.4.0
ruff==0.1.7
ruff==0.3.7
terminaltables==3.1.10
towncrier==23.6.0
types-requests
uvloop==0.19.0
build==0.10.0
build==1.2.1

0 comments on commit aaba8dc

Please sign in to comment.