Skip to content
Merged
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
idna==3.6
# via yarl
multidict==6.3.1
multidict==6.3.2
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
multidict==6.3.1
multidict==6.3.2
# via
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -149,9 +149,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.1
pydantic==2.11.2
# via python-on-whales
pydantic-core==2.33.0
pydantic-core==2.33.1
# via pydantic
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cython==3.0.12
# via -r requirements/cython.in
multidict==6.3.1
multidict==6.3.2
# via -r requirements/multidict.in
typing-extensions==4.13.1
# via multidict
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
multidict==6.3.1
multidict==6.3.2
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down Expand Up @@ -146,9 +146,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.1
pydantic==2.11.2
# via python-on-whales
pydantic-core==2.33.0
pydantic-core==2.33.1
# via pydantic
pygments==2.19.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.1
pydantic==2.11.2
# via python-on-whales
pydantic-core==2.33.0
pydantic-core==2.33.1
# via pydantic
pygments==2.19.1
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/multidict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/multidict.txt --resolver=backtracking --strip-extras requirements/multidict.in
#
multidict==6.3.1
multidict==6.3.2
# via -r requirements/multidict.in
typing-extensions==4.13.1
# via multidict
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frozenlist==1.5.0
# aiosignal
idna==3.6
# via yarl
multidict==6.3.1
multidict==6.3.2
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.3.1
multidict==6.3.2
# via
# -r requirements/runtime-deps.in
# yarl
Expand All @@ -79,9 +79,9 @@ pycares==4.5.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.11.1
pydantic==2.11.2
# via python-on-whales
pydantic-core==2.33.0
pydantic-core==2.33.1
# via pydantic
pygments==2.19.1
# via rich
Expand Down
Loading