Bump dependencies
This commit is contained in:
@@ -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
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user