Skip to content
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
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.16
# via sphinx
annotated-types==0.5.0
annotated-types==0.7.0
# via pydantic
babel==2.15.0
# via sphinx
Expand Down Expand Up @@ -50,11 +50,11 @@ packaging==24.0
# via sphinx
pycparser==2.21
# via cffi
pydantic==2.8.2
pydantic==2.10.2
# via
# -r docs/requirements.in
# bo4e-schema-tool
pydantic-core==2.20.1
pydantic-core==2.27.1
# via pydantic
pygithub==2.2.0
# via bo4e-schema-tool
Expand Down Expand Up @@ -102,7 +102,7 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typeguard==4.4.1
# via -r docs/requirements.in
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# 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.10.2
# via -r requirements.in
pydantic-core==2.20.1
pydantic-core==2.27.1
# via pydantic
pyhumps==3.8.0
# via -r requirements.in
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
Loading