Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group in /api with 15 updates #276

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -c requirements.txt
# requests
colorama==0.4.6
# via tox
coverage==7.3.1
coverage==7.3.2
# via -r requirements-dev-minimal.txt
distlib==0.3.7
# via virtualenv
filelock==3.12.4
# via
# tox
# virtualenv
identify==2.5.29
identify==2.5.30
# via pre-commit
idna==3.4
# via
Expand All @@ -40,12 +40,12 @@ mock==5.1.0
# via -r requirements-dev-minimal.txt
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# pyproject-api
# pytest
# tox
platformdirs==3.10.0
platformdirs==3.11.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -79,7 +79,7 @@ six==1.16.0
# requests-mock
tox==4.11.3
# via -r requirements-dev-minimal.txt
urllib3==1.26.16
urllib3==2.0.6
kdeal marked this conversation as resolved.
Show resolved Hide resolved
# via
# -c requirements.txt
# requests
Expand Down
22 changes: 11 additions & 11 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
annotated-types==0.5.0
# via pydantic
arrow==1.2.3
arrow==1.3.0
# via -r requirements-minimal.txt
blinker==1.6.2
# via flask
boto3==1.28.53
boto3==1.28.57
# via -r requirements-minimal.txt
botocore==1.31.53
botocore==1.31.57
# via
# boto3
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via flask
flask==2.3.3
flask==3.0.0
# via
# -r requirements-minimal.txt
# flask-api-utils
Expand Down Expand Up @@ -53,11 +53,11 @@ markupsafe==2.1.3
# werkzeug
networkx==3.1
# via -r requirements-minimal.txt
psycopg2-binary==2.9.7
psycopg2-binary==2.9.8
# via -r requirements-minimal.txt
pydantic==2.4.0
pydantic==2.4.2
# via -r requirements-minimal.txt
pydantic-core==2.10.0
pydantic-core==2.10.1
# via pydantic
pyparsing==3.1.1
# via httplib2
Expand All @@ -73,7 +73,7 @@ pyyaml==6.0.1
# via -r requirements-minimal.txt
requests==2.31.0
# via -r requirements-minimal.txt
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
sendgrid==6.10.0
# via -r requirements-minimal.txt
Expand All @@ -89,12 +89,12 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# sqlalchemy
urllib3==1.26.16
urllib3==2.0.6
kdeal marked this conversation as resolved.
Show resolved Hide resolved
# via
# -r requirements-minimal.txt
# botocore
# requests
werkzeug==2.3.7
werkzeug==3.0.0
# via flask
zipp==3.17.0
# via importlib-metadata
Expand Down
Loading