Bump dependencies

This commit is contained in:
monosans
2023-05-01 19:11:49 +03:00
parent 9e82df6106
commit e18ec6647b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
rev: v0.0.263
hooks:
- id: ruff
args:
@@ -39,4 +39,4 @@ repos:
additional_dependencies:
- aiohttp<4
- rich<14
- uvloop<0.18; implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')
- uvloop<0.18; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")
+1 -1
View File
@@ -2,4 +2,4 @@ aiodns>=3.0,<4
aiohttp-socks>=0.7,<0.9
aiohttp>=3.8,<4
rich>=12.3,<14
uvloop>=0.16,<0.18; implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')
uvloop>=0.16,<0.18; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")