Skip to content

Commit

Permalink
[3.10] Bump pydantic and deps for python 3.13 compat (#9279)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 24, 2024
1 parent 361db7c commit 91c3162
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aiosignal==1.3.1
# via -r requirements/runtime-deps.in
alabaster==0.7.12
# via sphinx
annotated-types==0.5.0
annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3 ; python_version < "3.11"
# via
Expand Down Expand Up @@ -148,9 +148,9 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
pydantic==2.2.0
pydantic==2.9.2
# via python-on-whales
pydantic-core==2.6.0
pydantic-core==2.23.4
# via pydantic
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aiosignal==1.3.1
# via -r requirements/runtime-deps.in
alabaster==0.7.13
# via sphinx
annotated-types==0.5.0
annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3 ; python_version < "3.11"
# via
Expand Down Expand Up @@ -143,9 +143,9 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
pydantic==2.2.0
pydantic==2.9.2
# via python-on-whales
pydantic-core==2.6.0
pydantic-core==2.23.4
# via pydantic
pygments==2.15.1
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiodns==3.2.0
# via -r requirements/lint.in
aioredis==2.0.1
# via -r requirements/lint.in
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3
# via aioredis
Expand Down Expand Up @@ -62,9 +62,9 @@ pycares==4.4.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.9.2
# via python-on-whales
pydantic-core==2.18.2
pydantic-core==2.23.4
# via pydantic
pygments==2.17.2
# via rich
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohappyeyeballs==2.3.4
# via -r requirements/runtime-deps.in
aiosignal==1.3.1
# via -r requirements/runtime-deps.in
annotated-types==0.5.0
annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -73,9 +73,9 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
pydantic==2.2.0
pydantic==2.9.2
# via python-on-whales
pydantic-core==2.6.0
pydantic-core==2.23.4
# via pydantic
pytest==8.3.2
# via
Expand Down

0 comments on commit 91c3162

Please sign in to comment.