Skip to content

Commit

Permalink
Merge branch 'aio-libs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjacobpadilla authored Feb 3, 2025
2 parents dda3ebd + 5bb6e95 commit b4b7f97
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
# via
# -r requirements/runtime-deps.in
# valkey
babel==2.16.0
babel==2.17.0
# via sphinx
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -168,7 +168,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.2
pytest-codspeed==3.2.0
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
# via
# -r requirements/runtime-deps.in
# valkey
babel==2.16.0
babel==2.17.0
# via sphinx
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -163,7 +163,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.2
pytest-codspeed==3.2.0
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohttp-theme==0.1.7
# via -r requirements/doc.in
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
certifi==2025.1.31
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohttp-theme==0.1.7
# via -r requirements/doc.in
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
certifi==2025.1.31
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pytest==8.1.1
# -r requirements/lint.in
# pytest-codspeed
# pytest-mock
pytest-codspeed==3.1.2
pytest-codspeed==3.2.0
# via -r requirements/lint.in
pytest-mock==3.14.0
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.2
pytest-codspeed==3.2.0
# via -r requirements/test.in
pytest-cov==6.0.0
# via -r requirements/test.in
Expand Down

0 comments on commit b4b7f97

Please sign in to comment.