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

Python Requirements Update #222

Merged
merged 1 commit into from
Jul 13, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.26.162
boto3==1.28.2
# via -r requirements/base.in
botocore==1.29.162
botocore==1.31.2
# via
# -r requirements/base.in
# boto3
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
28 changes: 14 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
#
# make upgrade
#
astroid==2.15.5
astroid==2.15.6
# via pylint
attrs==23.1.0
# via
# jschema-to-python
# jsonschema
# sarif-om
aws-sam-translator==1.70.0
aws-sam-translator==1.71.0
# via cfn-lint
aws-xray-sdk==2.12.0
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.26.162
boto3==1.28.2
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.29.162
botocore==1.31.2
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -35,11 +35,11 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
cfn-lint==0.77.10
cfn-lint==0.78.1
# via moto
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
cryptography==41.0.1
cryptography==41.0.2
# via
# moto
# python-jose
Expand All @@ -57,7 +57,7 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
future==0.18.3
# via pyresttest
Expand All @@ -67,7 +67,7 @@ graphql-core==3.2.3
# via moto
idna==3.4
# via requests
importlib-resources==5.12.0
importlib-resources==6.0.0
# via jsonschema
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -109,7 +109,7 @@ markupsafe==2.1.3
# werkzeug
mccabe==0.7.0
# via pylint
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==4.1.12
# via -r requirements/test.in
Expand All @@ -135,7 +135,7 @@ pep8==1.7.1
# via -r requirements/test.in
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.8.0
platformdirs==3.8.1
# via pylint
pluggy==1.2.0
# via pytest
Expand All @@ -149,7 +149,7 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==1.10.9
pydantic==1.10.11
# via aws-sam-translator
pylint==2.17.4
# via -r requirements/test.in
Expand Down Expand Up @@ -210,7 +210,7 @@ tomlkit==0.11.8
# via pylint
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# astroid
# aws-sam-translator
Expand All @@ -233,7 +233,7 @@ wrapt==1.15.0
# aws-xray-sdk
xmltodict==0.13.0
# via moto
zipp==3.15.0
zipp==3.16.1
# via importlib-resources

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