Skip to content

Commit

Permalink
Merge pull request #628 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-e1d2839

Python Requirements Update
  • Loading branch information
mumarkhan999 committed Apr 4, 2024
2 parents e1d2839 + 08b2904 commit 386385f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 29 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# kombu
billiard==4.2.0
# via celery
boto3==1.34.75
boto3==1.34.76
# via django-ses
botocore==1.34.75
botocore==1.34.76
# via
# boto3
# s3transfer
Expand Down
8 changes: 0 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
# Using the same version of diff-cover which is being used currently in edx-platform to avoid this conflict.
diff-cover==4.0.0

# Constraint from astroid 2.3.3
wrapt==1.14.*

# edx-lint>=5.3.0 and/or pylint>=2.15 throws a bunch of unknown option value errors
edx-lint<5.3
pylint<2.15
astroid<2.12

# Stay on LTS release
# This can be removed once all IDAs have been upgraded to Django 4.2
# and the global constraint has been updated from Django<4.0 to Django<4.3
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ billiard==4.2.0
# via
# -r requirements/validation.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/validation.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -339,7 +339,7 @@ lazy-object-proxy==1.10.0
# via
# -r requirements/validation.txt
# astroid
lxml==5.2.0
lxml==5.2.1
# via
# -r requirements/validation.txt
# edx-i18n-tools
Expand Down Expand Up @@ -639,7 +639,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# -r requirements/validation.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/test.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -620,7 +620,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/base.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -488,7 +488,7 @@ wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# astroid
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -517,7 +517,7 @@ wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# astroid
Expand Down
8 changes: 4 additions & 4 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ billiard==4.2.0
# -r requirements/quality.txt
# -r requirements/test.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -390,7 +390,7 @@ lazy-object-proxy==1.10.0
# -r requirements/quality.txt
# -r requirements/test.txt
# astroid
lxml==5.2.0
lxml==5.2.1
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand Down Expand Up @@ -707,7 +707,7 @@ wcwidth==0.2.13
# -r requirements/quality.txt
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down

0 comments on commit 386385f

Please sign in to comment.