Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pydantic from 2.8.2 to 2.9.1 #888

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
alabaster==0.7.16
# via sphinx
annotated-types==0.5.0
annotated-types==0.7.0
# via pydantic
babel==2.15.0
# via sphinx
bo4e-schema-tool==0.0.9
# via -r requirements.in
# via -r docs/requirements.in
certifi==2024.7.4
# via requests
cffi==1.16.0
Expand All @@ -22,7 +22,7 @@ charset-normalizer==2.1.0
# via requests
click==8.1.7
# via
# -r requirements.in
# -r docs/requirements.in
# bo4e-schema-tool
cryptography==43.0.1
# via pyjwt
Expand All @@ -37,46 +37,46 @@ idna==3.7
imagesize==1.4.1
# via sphinx
iso3166==2.1.1
# via -r requirements.in
# via -r docs/requirements.in
jinja2==3.1.4
# via sphinx
markupsafe==2.1.3
# via jinja2
more-itertools==10.2.0
# via bo4e-schema-tool
networkx==3.3
# via -r requirements.in
# via -r docs/requirements.in
packaging==24.0
# via sphinx
pycparser==2.21
# via cffi
pydantic==2.8.2
pydantic==2.9.1
# via
# -r requirements.in
# -r docs/requirements.in
# bo4e-schema-tool
pydantic-core==2.20.1
pydantic-core==2.23.3
# via pydantic
pygithub==2.2.0
# via bo4e-schema-tool
pygments==2.18.0
# via sphinx
pyhumps==3.8.0
# via -r requirements.in
# via -r docs/requirements.in
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.32.3
# via
# -r requirements.in
# -r docs/requirements.in
# bo4e-schema-tool
# pygithub
# sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via
# -r requirements.in
# -r docs/requirements.in
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
Expand All @@ -85,7 +85,7 @@ sphinx==7.4.7
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==2.0.0
# via -r requirements.in
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand All @@ -101,7 +101,7 @@ sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typeguard==4.3.0
# via -r requirements.in
# via -r docs/requirements.in
typing-extensions==4.11.0
# via
# pydantic
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile requirements.in
#
annotated-types==0.5.0
annotated-types==0.7.0
# via pydantic
iso3166==2.1.1
# via -r requirements.in
pydantic==2.8.2
pydantic==2.9.1
# via -r requirements.in
pydantic-core==2.20.1
pydantic-core==2.23.3
# via pydantic
pyhumps==3.8.0
# via -r requirements.in
Expand Down
Loading