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 #277

Merged
merged 1 commit into from
Feb 7, 2024
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
6 changes: 3 additions & 3 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.34.31
boto3==1.34.36
# via -r requirements/base.in
botocore==1.34.31
botocore==1.34.36
# via
# -r requirements/base.in
# boto3
Expand All @@ -24,7 +24,7 @@ jmespath==1.0.1
# -r requirements/base.in
# boto3
# botocore
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
python-dateutil==2.8.2
# via botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
#
annotated-types==0.6.0
# via pydantic
astroid==3.0.2
astroid==3.0.3
# via pylint
attrs==23.2.0
# via
# jschema-to-python
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.83.0
aws-sam-translator==1.84.0
# via cfn-lint
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.31
boto3==1.34.36
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.31
botocore==1.34.36
# via
# -r requirements/base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -114,7 +114,7 @@ junit-xml==1.9
# via cfn-lint
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -163,9 +163,9 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==2.6.0
pydantic==2.6.1
# via aws-sam-translator
pydantic-core==2.16.1
pydantic-core==2.16.2
# via pydantic
pylint==3.0.3
# via -r requirements/test.in
Expand Down