Skip to content

Commit

Permalink
update dependencies for . (ubuntu-latest/py3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 21, 2023
1 parent 65cb77a commit 76d0c83
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.25
boto3==1.28.30
# via maggma (setup.py)
botocore==1.31.25
botocore==1.31.30
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# flask
# mongogrant
Expand All @@ -40,9 +40,9 @@ dnspython==2.4.2
# via
# maggma (setup.py)
# pymongo
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via anyio
fastapi==0.101.0
fastapi==0.101.1
# via maggma (setup.py)
flask==2.3.2
# via mongogrant
Expand Down Expand Up @@ -76,7 +76,7 @@ msgpack==1.0.5
# via maggma (setup.py)
numpy==1.25.2
# via maggma (setup.py)
orjson==3.9.4
orjson==3.9.5
# via maggma (setup.py)
packaging==23.1
# via mongomock
Expand Down Expand Up @@ -116,7 +116,7 @@ ruamel-yaml==0.17.32
# via maggma (setup.py)
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
sentinels==1.0.0
# via mongomock
Expand All @@ -139,7 +139,7 @@ urllib3==1.26.16
# via
# botocore
# requests
werkzeug==2.3.6
werkzeug==2.3.7
# via flask

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==23.1.0
# via
# jsonschema
# referencing
azure-core==1.29.1
azure-core==1.29.2
# via
# azure-identity
# azure-storage-blob
Expand All @@ -28,9 +28,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.25
boto3==1.28.30
# via maggma (setup.py)
botocore==1.31.25
botocore==1.31.30
# via
# boto3
# s3transfer
Expand All @@ -42,7 +42,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# flask
# mongogrant
Expand All @@ -59,11 +59,11 @@ dnspython==2.4.2
# via
# maggma (setup.py)
# pymongo
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via anyio
executing==1.2.0
# via stack-data
fastapi==0.101.0
fastapi==0.101.1
# via maggma (setup.py)
fastjsonschema==2.18.0
# via nbformat
Expand Down Expand Up @@ -123,7 +123,7 @@ nbformat==5.9.2
# via maggma (setup.py)
numpy==1.25.2
# via maggma (setup.py)
orjson==3.9.4
orjson==3.9.5
# via maggma (setup.py)
packaging==23.1
# via mongomock
Expand Down Expand Up @@ -191,7 +191,7 @@ ruamel-yaml==0.17.32
# via maggma (setup.py)
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
sentinels==1.0.0
# via mongomock
Expand Down Expand Up @@ -230,7 +230,7 @@ urllib3==1.26.16
# requests
wcwidth==0.2.6
# via prompt-toolkit
werkzeug==2.3.6
werkzeug==2.3.7
# via flask

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 76d0c83

Please sign in to comment.