Skip to content

Commit

Permalink
Fixed some test-requirements for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Aug 6, 2024
1 parent 7a311a5 commit c053eef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
annotated-types==0.6.0
annotated-types==0.7.0
anyio==4.3.0
asgiref==3.7.2
certifi==2024.7.4
Expand All @@ -15,14 +15,14 @@ iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
py-cpuinfo==9.0.0
pydantic==2.6.2
pydantic_core==2.16.3
pydantic==2.8.2
pydantic_core==2.20.1
pytest==7.4.4
requests==2.32.3
sniffio==1.3.0
starlette==0.37.2
tomli==2.0.1
typing_extensions==4.9.0
typing_extensions==4.12.2
urllib3==2.2.2
wrapt==1.16.0
zipp==3.19.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
annotated-types==0.6.0
annotated-types==0.7.0
anyio==4.3.0
asgiref==3.7.2
certifi==2024.7.4
Expand All @@ -15,14 +15,14 @@ iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
py-cpuinfo==9.0.0
pydantic==2.6.2
pydantic_core==2.16.3
pydantic==2.8.2
pydantic_core==2.20.1
pytest==7.4.4
requests==2.32.3
sniffio==1.3.0
starlette==0.36.3
tomli==2.0.1
typing_extensions==4.9.0
typing_extensions==4.12.2
urllib3==2.2.2
wrapt==1.16.0
zipp==3.19.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiosqlite==0.17.0
annotated-types==0.6.0
annotated-types==0.7.0
asgiref==3.7.2
Deprecated==1.2.14
importlib-metadata==6.11.0
Expand All @@ -8,14 +8,14 @@ iso8601==1.1.0
packaging==24.0
pluggy==1.5.0
py-cpuinfo==9.0.0
pydantic==2.6.2
pydantic_core==2.16.3
pydantic==2.8.2
pydantic_core==2.20.1
pypika-tortoise==0.1.6
pytest==7.4.4
pytz==2024.1
tomli==2.0.1
tortoise-orm==0.20.0
typing_extensions==4.9.0
typing_extensions==4.12.2
wrapt==1.16.0
zipp==3.19.2
-e opentelemetry-instrumentation
Expand Down

0 comments on commit c053eef

Please sign in to comment.