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

Update dependencies #774

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
24 changes: 12 additions & 12 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile requirements/requirements-dev.in
#
boto3==1.28.82
boto3==1.33.7
# via
# -r requirements/requirements-dev.in
# moto
botocore==1.31.82
botocore==1.33.7
# via
# -c requirements/requirements.txt
# boto3
# moto
# s3transfer
build==1.0.3
# via pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand All @@ -32,19 +32,19 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -c requirements/requirements.txt
# moto
deprecated==1.2.14
# via opentelemetry-api
docker==6.1.3
# via moto
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==6.11.0
# via
# build
# opentelemetry-api
Expand All @@ -64,7 +64,7 @@ markupsafe==2.1.3
# -c requirements/requirements.txt
# jinja2
# werkzeug
moto[awslambda]==4.2.7
moto[awslambda]==4.2.11
# via -r requirements/requirements-dev.in
opentelemetry-api==1.21.0
# via opentelemetry-instrumentation
Expand Down Expand Up @@ -106,9 +106,9 @@ requests==2.31.0
# docker
# moto
# responses
responses==0.24.0
responses==0.24.1
# via moto
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
six==1.16.0
# via
Expand All @@ -128,11 +128,11 @@ urllib3==1.26.18
# docker
# requests
# responses
websocket-client==1.6.4
websocket-client==1.7.0
# via docker
werkzeug==3.0.1
# via moto
wheel==0.41.3
wheel==0.42.0
# via
# -c requirements/requirements.txt
# pip-tools
Expand Down
18 changes: 9 additions & 9 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
babel==2.13.1
# via mkdocs-material
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -16,9 +16,9 @@ colorama==0.4.6
# via mkdocs-material
ghp-import==2.1.0
# via mkdocs
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# markdown
# mkdocs
Expand All @@ -44,21 +44,21 @@ mkdocs==1.5.3
# mkdocs-material
mkdocs-asf-theme==0.3.0
# via -r requirements/requirements-docs.in
mkdocs-material==9.4.8
mkdocs-material==9.4.14
# via mkdocs-asf-theme
mkdocs-material-extensions==1.3
mkdocs-material-extensions==1.3.1
# via mkdocs-material
packaging==23.2
# via mkdocs
paginate==0.5.6
# via mkdocs-material
pathspec==0.11.2
# via mkdocs
platformdirs==3.11.0
platformdirs==4.1.0
# via mkdocs
pygments==2.16.1
pygments==2.17.2
# via mkdocs-material
pymdown-extensions==10.3.1
pymdown-extensions==10.5
# via mkdocs-material
python-dateutil==2.8.2
# via ghp-import
Expand All @@ -77,7 +77,7 @@ requests==2.31.0
# via mkdocs-material
six==1.16.0
# via python-dateutil
urllib3==2.0.7
urllib3==2.1.0
# via requests
watchdog==3.0.0
# via mkdocs
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-make.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/requirements-make.in
#
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via markdown
jinja2==3.1.2
# via -r requirements/requirements-make.in
Expand All @@ -14,9 +14,9 @@ markdown==3.5.1
# pymdown-extensions
markupsafe==2.1.3
# via jinja2
pygments==2.16.1
pygments==2.17.2
# via -r requirements/requirements-make.in
pymdown-extensions==10.3.1
pymdown-extensions==10.5
# via -r requirements/requirements-make.in
pyyaml==6.0.1
# via pymdown-extensions
Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile requirements/requirements-test.in
#
boto3==1.28.82
boto3==1.33.7
# via -r requirements/requirements-test.in
botocore==1.31.82
botocore==1.33.7
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
idna==3.4
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
Expand All @@ -36,7 +36,7 @@ pyyaml==6.0.1
# via -r requirements/requirements-test.in
requests==2.31.0
# via -r requirements/requirements-test.in
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
six==1.16.0
# via python-dateutil
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
blessed==1.20.0
# via inquirer
botocore==1.31.82
botocore==1.33.7
# via chalice
cachetools==5.0.0
# via
Expand All @@ -20,7 +20,7 @@ chalice==1.29.0
# via -r requirements/requirements.in
click==8.1.7
# via chalice
cryptography==41.0.5
cryptography==41.0.7
# via pyjwt
flatdict==4.0.1
# via -r requirements/requirements.in
Expand Down Expand Up @@ -67,9 +67,9 @@ urllib3==1.26.18
# via
# botocore
# cfnresponse
wcwidth==0.2.9
wcwidth==0.2.12
# via blessed
wheel==0.41.3
wheel==0.42.0
# via chalice

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