Skip to content

Commit

Permalink
chore: 更新依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Dec 5, 2024
1 parent 048296e commit 78a7b37
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 126 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"httpx<0.28.0",
"jkit>=3.0.0a16",
"prefect<3.0.0",
"sshared[config, postgres]>=0.19.0",
"sshared[config, postgres]>=0.20.0",
]

[tool.uv]
Expand Down
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kubernetes==31.0.0
mako==1.3.6
mako==1.3.7
markdown==3.7
markdown-it-py==3.0.0
markupsafe==3.0.2
Expand All @@ -60,16 +60,16 @@ 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.14
prefect==2.20.15
psycopg==3.2.3
psycopg-binary==3.2.3 ; implementation_name != 'pypy'
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.10.2
pydantic==2.10.3
pydantic-core==2.27.1
pygments==2.18.0
pyright==1.1.389
pyright==1.1.390
python-dateutil==2.9.0.post0
python-multipart==0.0.19
python-slugify==8.0.4
Expand All @@ -84,16 +84,16 @@ requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rich==13.9.4
rpds-py==0.21.0
rpds-py==0.22.3
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.8.1
shellingham==1.5.4
six==1.16.0
six==1.17.0
sniffio==1.3.1
sqlalchemy==2.0.35
sshared==0.19.1
sshared==0.20.0
text-unidecode==1.3
time-machine==2.16.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kubernetes==31.0.0
mako==1.3.6
mako==1.3.7
markdown==3.7
markdown-it-py==3.0.0
markupsafe==3.0.2
Expand All @@ -59,13 +59,13 @@ 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.14
prefect==2.20.15
psycopg==3.2.3
psycopg-binary==3.2.3 ; implementation_name != 'pypy'
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.10.2
pydantic==2.10.3
pydantic-core==2.27.1
pygments==2.18.0
python-dateutil==2.9.0.post0
Expand All @@ -82,15 +82,15 @@ requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rich==13.9.4
rpds-py==0.21.0
rpds-py==0.22.3
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
six==1.17.0
sniffio==1.3.1
sqlalchemy==2.0.35
sshared==0.19.1
sshared==0.20.0
text-unidecode==1.3
time-machine==2.16.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
Expand Down
Loading

0 comments on commit 78a7b37

Please sign in to comment.