Skip to content

Commit

Permalink
upgrades testing and tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 3, 2023
1 parent c50928c commit b741f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions services/payments/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/_test.txt --strip-extras requirements/_test.in
#
anyio==3.7.1
anyio==4.0.0
# via
# -c requirements/_base.txt
# httpcore
Expand All @@ -17,7 +17,7 @@ certifi==2023.7.22
# httpcore
# httpx
# requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via
# -c requirements/_base.txt
# requests
Expand All @@ -38,11 +38,11 @@ h11==0.14.0
# via
# -c requirements/_base.txt
# httpcore
httpcore==0.17.3
httpcore==0.18.0
# via
# -c requirements/_base.txt
# httpx
httpx==0.24.1
httpx==0.25.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand All @@ -59,7 +59,7 @@ iniconfig==2.0.0
# via pytest
jsonref==1.1.0
# via -r requirements/_test.in
packaging==23.1
packaging==23.2
# via
# -c requirements/_base.txt
# docker
Expand Down
6 changes: 3 additions & 3 deletions services/payments/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
Expand Down Expand Up @@ -73,9 +73,9 @@ tomli==2.0.1
# pip-tools
# pylint
# pyproject-hooks
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -c requirements/_base.txt
# astroid
Expand Down

0 comments on commit b741f27

Please sign in to comment.