Skip to content

Commit

Permalink
Bump multidict from 6.0.4 to 6.0.5
Browse files Browse the repository at this point in the history
Bumps [multidict](https://github.com/aio-libs/multidict) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: multidict
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 72d9d70 commit 48c11a9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gunicorn==21.2.0
# via -r requirements/base.in
idna==3.4
# via yarl
multidict==6.0.4
multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jinja2==3.1.2
# towncrier
markupsafe==2.1.3
# via jinja2
multidict==6.0.4
multidict==6.0.5
# via
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
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.8
# via -r requirements/cython.in
multidict==6.0.4
multidict==6.0.5
# via -r requirements/multidict.in
typing-extensions==4.7.1
# via -r requirements/typing-extensions.in
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jinja2==3.1.2
# towncrier
markupsafe==2.1.3
# via jinja2
multidict==6.0.4
multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/multidict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=requirements/multidict.txt --resolver=backtracking --strip-extras requirements/multidict.in
#
multidict==6.0.4
multidict==6.0.5
# via -r requirements/multidict.in
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ frozenlist==1.4.1
# aiosignal
idna==3.4
# via yarl
multidict==6.0.4
multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ idna==3.4
# yarl
iniconfig==2.0.0
# via pytest
multidict==6.0.4
multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down

0 comments on commit 48c11a9

Please sign in to comment.