Skip to content

Commit

Permalink
<bot> update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2023
1 parent 6938dac commit 2def143
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# pip-compile --output-file=requirements.txt
#
anyio==4.0.0
# via httpcore
# via httpx
asyncache==0.3.1
# via iceprod (setup.py)
boto3==1.28.62
boto3==1.28.80
# via iceprod (setup.py)
botocore==1.31.62
botocore==1.31.80
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via
# asyncache
# iceprod (setup.py)
Expand All @@ -27,9 +27,9 @@ certifi==2023.7.22
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# iceprod (setup.py)
# pyjwt
Expand All @@ -40,9 +40,9 @@ exceptiongroup==1.1.3
# via anyio
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)
idna==3.4
# via
Expand All @@ -57,19 +57,21 @@ ldap3==2.9.1
# via iceprod (setup.py)
motor==3.3.1
# via iceprod (setup.py)
psutil==5.9.5
psutil==5.9.6
# via iceprod (setup.py)
pyasn1==0.5.0
# via ldap3
pycparser==2.21
# via cffi
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
Expand Down Expand Up @@ -103,7 +105,6 @@ six==1.16.0
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
statsd==4.0.1
# via iceprod (setup.py)
Expand All @@ -117,12 +118,12 @@ typing-extensions==4.8.0
# wipac-dev-tools
unidecode==1.3.7
# via iceprod (setup.py)
urllib3==2.0.6
urllib3==2.0.7
# via
# botocore
# requests
# wipac-rest-tools
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 2def143

Please sign in to comment.