Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 7, 2024
1 parent 7389a41 commit f615e94
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.7.2
hooks:
- id: ruff
args: ['--fix']
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -31,6 +31,6 @@ repos:
args:
- --strict
- repo: https://github.com/twisted/towncrier
rev: 23.6.0
rev: 24.8.0
hooks:
- id: towncrier-check
22 changes: 11 additions & 11 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.3
aioconsole==0.8.1
aiohttp==3.10.10
aiotools==1.7.0
attrs==23.1.0
docutils==0.19
attrs==24.2.0
docutils==0.21.2
ipdb==0.13.13
mypy==1.9.0
mypy==1.13.0
pre-commit==3.5.0
pytest-asyncio==0.21.1
pytest-asyncio==0.24.0
pytest-cov==4.0.0
pytest-sugar==0.9.7
pytest==7.4.0
ruff==0.3.7
pytest==8.3.3
ruff==0.7.2
terminaltables==3.1.10
towncrier==23.6.0
towncrier==24.8.0
types-requests
uvloop==0.19.0
build==1.2.1
uvloop==0.21.0
build==1.2.2.post1
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: POSIX
Development Status :: 3 - Alpha
Framework :: AsyncIO
Expand Down

0 comments on commit f615e94

Please sign in to comment.