Skip to content

Commit

Permalink
Bump frozenlist from 1.4.1 to 1.5.0 (#39)
Browse files Browse the repository at this point in the history
Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/aio-libs/frozenlist/releases)
- [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst)
- [Commits](aio-libs/frozenlist@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: frozenlist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 4934035 commit 99b9e8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==1.15.1
# via pycares
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via virtualenv
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via virtualenv
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
cffi==1.15.1
# via pycares
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cryptography==41.0.3
# via trustme
exceptiongroup==1.1.2
# via pytest
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down

0 comments on commit 99b9e8a

Please sign in to comment.