Skip to content

Commit

Permalink
chore: 升级依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Nov 11, 2024
1 parent e8ed632 commit 562250d
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 258 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"jkit>=3.0.0a16",
"prefect<3.0.0",
"psycopg[binary]>=3.2.0",
"sshared[config,postgres]>=0.16.0",
"sshared[config,postgres]>=0.18.0",
]

[tool.uv]
Expand Down
28 changes: 14 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiosqlite==0.20.0
alembic==1.13.3
alembic==1.14.0
annotated-types==0.7.0
anyio==4.6.0
apprise==1.9.0
asgi-lifespan==2.1.0
async-timeout==5.0.0 ; python_full_version < '3.12'
async-timeout==5.0.1 ; python_full_version < '3.12'
asyncpg==0.29.0
attrs==24.2.0
cachetools==5.5.0
Expand All @@ -15,7 +15,7 @@ click==8.1.7
cloudpickle==3.1.0
colorama==0.4.6
coolname==2.2.0
croniter==2.0.7
croniter==5.0.1
cryptography==43.0.3
dateparser==1.2.0
dnspython==2.7.0
Expand All @@ -24,7 +24,7 @@ durationpy==0.9
email-validator==2.2.0
exceptiongroup==1.2.2
fsspec==2024.10.0
google-auth==2.35.0
google-auth==2.36.0
graphviz==0.20.3
greenlet==3.1.1
griffe==1.5.1
Expand Down Expand Up @@ -56,11 +56,11 @@ msgspec==0.18.6
nodeenv==1.9.1
oauthlib==3.2.2
orjson==3.10.11
packaging==24.1
packaging==24.2
pathspec==0.12.1
pendulum==2.1.2 ; python_full_version < '3.12'
pendulum==3.0.0 ; python_full_version >= '3.12'
prefect==2.20.11
prefect==2.20.12
psycopg==3.2.3
psycopg-binary==3.2.3 ; implementation_name != 'pypy'
pyasn1==0.6.1
Expand All @@ -69,36 +69,36 @@ pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.9.2
pydantic-core==2.23.4
pygments==2.18.0
pyright==1.1.387
pyright==1.1.388
python-dateutil==2.9.0.post0
python-multipart==0.0.17
python-slugify==8.0.4
pytz==2024.2
pytzdata==2020.1 ; python_full_version < '3.12'
pywin32==308 ; sys_platform == 'win32'
pyyaml==6.0.2
readchar==4.2.0
readchar==4.2.1
referencing==0.35.1
regex==2024.9.11
regex==2024.11.6
requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rich==13.9.4
rpds-py==0.20.1
rpds-py==0.21.0
rsa==4.9
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
ruff==0.7.2
ruff==0.7.3
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
sqlalchemy==2.0.35
sshared==0.17.0
sshared==0.18.0
text-unidecode==1.3
time-machine==2.16.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
tomli==2.0.2
typer==0.12.5
typer==0.13.0
typing-extensions==4.12.2
tzdata==2024.2 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or python_full_version >= '3.12'
tzlocal==5.2
Expand All @@ -107,4 +107,4 @@ urllib3==2.2.3
uvicorn==0.32.0
websocket-client==1.8.0
websockets==13.1
zipp==3.20.2 ; python_full_version < '3.10'
zipp==3.21.0 ; python_full_version < '3.10'
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiosqlite==0.20.0
alembic==1.13.3
alembic==1.14.0
annotated-types==0.7.0
anyio==4.6.0
apprise==1.9.0
asgi-lifespan==2.1.0
async-timeout==5.0.0 ; python_full_version < '3.12'
async-timeout==5.0.1 ; python_full_version < '3.12'
asyncpg==0.29.0
attrs==24.2.0
cachetools==5.5.0
Expand All @@ -15,7 +15,7 @@ click==8.1.7
cloudpickle==3.1.0
colorama==0.4.6
coolname==2.2.0
croniter==2.0.7
croniter==5.0.1
cryptography==43.0.3
dateparser==1.2.0
dnspython==2.7.0
Expand All @@ -24,7 +24,7 @@ durationpy==0.9
email-validator==2.2.0
exceptiongroup==1.2.2
fsspec==2024.10.0
google-auth==2.35.0
google-auth==2.36.0
graphviz==0.20.3
greenlet==3.1.1
griffe==1.5.1
Expand Down Expand Up @@ -55,11 +55,11 @@ mdurl==0.1.2
msgspec==0.18.6
oauthlib==3.2.2
orjson==3.10.11
packaging==24.1
packaging==24.2
pathspec==0.12.1
pendulum==2.1.2 ; python_full_version < '3.12'
pendulum==3.0.0 ; python_full_version >= '3.12'
prefect==2.20.11
prefect==2.20.12
psycopg==3.2.3
psycopg-binary==3.2.3 ; implementation_name != 'pypy'
pyasn1==0.6.1
Expand All @@ -75,27 +75,27 @@ pytz==2024.2
pytzdata==2020.1 ; python_full_version < '3.12'
pywin32==308 ; sys_platform == 'win32'
pyyaml==6.0.2
readchar==4.2.0
readchar==4.2.1
referencing==0.35.1
regex==2024.9.11
regex==2024.11.6
requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rich==13.9.4
rpds-py==0.20.1
rpds-py==0.21.0
rsa==4.9
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
sqlalchemy==2.0.35
sshared==0.17.0
sshared==0.18.0
text-unidecode==1.3
time-machine==2.16.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
tomli==2.0.2
typer==0.12.5
typer==0.13.0
typing-extensions==4.12.2
tzdata==2024.2 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or python_full_version >= '3.12'
tzlocal==5.2
Expand All @@ -104,4 +104,4 @@ urllib3==2.2.3
uvicorn==0.32.0
websocket-client==1.8.0
websockets==13.1
zipp==3.20.2 ; python_full_version < '3.10'
zipp==3.21.0 ; python_full_version < '3.10'
Loading

0 comments on commit 562250d

Please sign in to comment.