Skip to content

Commit

Permalink
Updated dependencies and pre-commit pinned versions (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Nov 11, 2023
1 parent 1c37b82 commit f4433e9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- id: isort
args: ['--filter-files', '--settings-file', 'pyproject.toml']
- repo: https://github.com/psf/black
rev: '23.10.1'
rev: '23.11.0'
hooks:
- id: black
args: ['--config', 'pyproject.toml']
Expand Down
98 changes: 52 additions & 46 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dev = [
"bump2version>=1.0.1",
]
uvloop = [
"uvloop~=0.17.0; sys_platform!='win32'",
"uvloop~=0.19.0; sys_platform!='win32'",
]
tox = [
"tox<5,>=4.0.8",
Expand Down

0 comments on commit f4433e9

Please sign in to comment.