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

Merged
merged 2 commits into from
Jan 31, 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
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.34.26
boto3==1.34.31
# via -r requirements/base.in
botocore==1.34.26
botocore==1.34.31
# via
# -r requirements/base.in
# boto3
Expand Down
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@

# This file contains all common constraints for edx-repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# moto==5.0 contains breaking changes in test env
# neeeds to be fixed in a separate pr
moto<5.0
26 changes: 14 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.26
boto3==1.34.31
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.26
botocore==1.34.31
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,16 +38,16 @@ certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.84.0
cfn-lint==0.85.0
# via moto
charset-normalizer==3.3.2
# via requests
cryptography==42.0.0
cryptography==42.0.2
# via
# moto
# python-jose
# sshpubkeys
dill==0.3.7
dill==0.3.8
# via pylint
distro==1.9.0
# via
Expand Down Expand Up @@ -123,8 +123,10 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==4.2.13
# via -r requirements/test.in
moto[cloudformation]==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.1
Expand All @@ -147,9 +149,9 @@ pep8==1.7.1
# via -r requirements/test.in
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
py-partiql-parser==0.5.0
# via moto
Expand All @@ -161,17 +163,17 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==2.5.3
pydantic==2.6.0
# via aws-sam-translator
pydantic-core==2.14.6
pydantic-core==2.16.1
# via pydantic
pylint==3.0.3
# via -r requirements/test.in
pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==7.4.4
pytest==8.0.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down