Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Oct 5, 2023
2 parents 2da0074 + 69cf64b commit b2220c7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.59
boto3==1.28.60
# via django-ses
botocore==1.31.59
botocore==1.31.60
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.5
django==4.2.6
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ billiard==4.1.0
# via
# -r requirements/validation.txt
# celery
boto3==1.28.59
boto3==1.28.60
# via
# -r requirements/validation.txt
# django-ses
botocore==1.31.59
botocore==1.31.60
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -131,7 +131,7 @@ dill==0.3.7
# via
# -r requirements/validation.txt
# pylint
django==4.2.5
django==4.2.6
# 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 @@ -48,11 +48,11 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
boto3==1.28.59
boto3==1.28.60
# via
# -r requirements/test.txt
# django-ses
botocore==1.31.59
botocore==1.31.60
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -127,7 +127,7 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==4.2.5
django==4.2.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.59
boto3==1.28.60
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.59
botocore==1.31.60
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -94,7 +94,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.5
django==4.2.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -427,7 +427,7 @@ zipp==3.17.0
# via -r requirements/base.txt
zope-event==5.0
# via gevent
zope-interface==6.0
zope-interface==6.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.59
boto3==1.28.60
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.59
botocore==1.31.60
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -106,7 +106,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.7
# via pylint
django==4.2.5
django==4.2.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.59
boto3==1.28.60
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.59
botocore==1.31.60
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -113,7 +113,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.7
# via pylint
django==4.2.5
django==4.2.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ billiard==4.1.0
# -r requirements/quality.txt
# -r requirements/test.txt
# celery
boto3==1.28.59
boto3==1.28.60
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django-ses
botocore==1.31.59
botocore==1.31.60
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -141,7 +141,7 @@ dill==0.3.7
# -r requirements/quality.txt
# -r requirements/test.txt
# pylint
django==4.2.5
django==4.2.6
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down

0 comments on commit b2220c7

Please sign in to comment.