Skip to content

Commit

Permalink
<bot> update requirements-tests.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2023
1 parent 8e028d9 commit 6938dac
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
# pip-compile --extra=tests --output-file=requirements-tests.txt
#
anyio==4.0.0
# via httpcore
# via httpx
asyncache==0.3.1
# via iceprod (setup.py)
beautifulsoup4==4.12.2
# via iceprod (setup.py)
boto3==1.28.62
boto3==1.28.80
# via
# iceprod (setup.py)
# moto
botocore==1.31.62
botocore==1.31.80
# via
# boto3
# moto
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via
# asyncache
# iceprod (setup.py)
Expand All @@ -32,13 +32,13 @@ certifi==2023.7.22
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
# via
# iceprod (setup.py)
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# iceprod (setup.py)
# moto
Expand All @@ -56,9 +56,9 @@ flexmock==0.11.3
# via iceprod (setup.py)
h11==0.14.0
# via httpcore
httpcore==0.18.0
httpcore==1.0.1
# via httpx
httpx==0.25.0
httpx==0.25.1
# via
# iceprod (setup.py)
# respx
Expand All @@ -85,35 +85,37 @@ mccabe==0.7.0
# via flake8
mock==5.1.0
# via iceprod (setup.py)
moto==4.2.5
moto==4.2.7
# via iceprod (setup.py)
motor==3.3.1
# via iceprod (setup.py)
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
psutil==5.9.5
psutil==5.9.6
# via iceprod (setup.py)
pyasn1==0.5.0
# via ldap3
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.1.0
# via flake8
pyjwt[crypto]==2.8.0
# via wipac-rest-tools
pymongo==4.5.0
# via
# pyjwt
# wipac-rest-tools
pymongo==4.6.0
# via
# iceprod (setup.py)
# motor
pyopenssl==23.2.0
pyopenssl==23.3.0
# via iceprod (setup.py)
pypng==0.20220715.0
# via qrcode
pytest==7.4.2
pytest==7.4.3
# via
# iceprod (setup.py)
# pytest-asyncio
Expand All @@ -123,7 +125,7 @@ pytest-asyncio==0.21.1
# via iceprod (setup.py)
pytest-cov==4.1.0
# via iceprod (setup.py)
pytest-mock==3.11.1
pytest-mock==3.12.0
# via iceprod (setup.py)
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -154,7 +156,7 @@ requests-mock==1.11.0
# via iceprod (setup.py)
requests-toolbelt==1.0.0
# via iceprod (setup.py)
responses==0.23.3
responses==0.24.0
# via moto
respx==0.20.2
# via iceprod (setup.py)
Expand All @@ -169,7 +171,6 @@ six==1.16.0
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
soupsieve==2.5
# via beautifulsoup4
Expand All @@ -183,23 +184,21 @@ tornado==6.3.3
# via
# iceprod (setup.py)
# wipac-rest-tools
types-pyyaml==6.0.12.12
# via responses
typing-extensions==4.8.0
# via
# qrcode
# wipac-dev-tools
unidecode==1.3.7
# via iceprod (setup.py)
urllib3==2.0.6
urllib3==2.0.7
# via
# botocore
# requests
# responses
# wipac-rest-tools
werkzeug==3.0.0
werkzeug==3.0.1
# via moto
wipac-dev-tools==1.7.0
wipac-dev-tools==1.7.1
# via
# iceprod (setup.py)
# wipac-rest-tools
Expand Down

0 comments on commit 6938dac

Please sign in to comment.