Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
pwnage101 authored Jan 17, 2024
2 parents 0c05f43 + 4b8d090 commit 8971d1a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.16
boto3==1.34.19
# via -r requirements/base.in
botocore==1.34.16
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -150,7 +150,7 @@ markdown==3.5.2
# via -r requirements/base.in
markupsafe==2.1.3
# via jinja2
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
ordered-set==4.1.0
# via -r requirements/base.in
Expand All @@ -177,7 +177,7 @@ python-dateutil==2.8.2
# via
# botocore
# faker
python-memcached==1.61
python-memcached==1.62
# via -r requirements/base.in
pytz==2023.3.post1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.16
boto3==1.34.19
# via -r requirements/base.in
botocore==1.34.16
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -152,7 +152,7 @@ markupsafe==2.1.3
# via jinja2
mysqlclient==2.2.1
# via -r requirements/dev.in
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
ordered-set==4.1.0
# via -r requirements/base.in
Expand All @@ -179,7 +179,7 @@ python-dateutil==2.8.2
# via
# botocore
# faker
python-memcached==1.61
python-memcached==1.62
# via -r requirements/base.in
pytz==2023.3.post1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.16
boto3==1.34.19
# via -r requirements/base.in
botocore==1.34.16
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -170,7 +170,7 @@ markdown==3.5.2
# via -r requirements/base.in
markupsafe==2.1.3
# via jinja2
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
ordered-set==4.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -209,7 +209,7 @@ python-dateutil==2.8.2
# via
# botocore
# faker
python-memcached==1.61
python-memcached==1.62
# via -r requirements/base.in
pytz==2023.3.post1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.16
boto3==1.34.19
# via -r requirements/base.in
botocore==1.34.16
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -158,7 +158,7 @@ markupsafe==2.1.3
# via jinja2
mysqlclient==2.2.1
# via -r requirements/production.in
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/production.in
# edx-django-utils
Expand Down Expand Up @@ -191,7 +191,7 @@ python-dateutil==2.8.2
# via
# botocore
# faker
python-memcached==1.61
python-memcached==1.62
# via -r requirements/base.in
pytz==2023.3.post1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.16
boto3==1.34.19
# via -r requirements/base.in
botocore==1.34.16
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -177,7 +177,7 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.6.1
# via pylint
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
ordered-set==4.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -229,7 +229,7 @@ python-dateutil==2.8.2
# botocore
# faker
# freezegun
python-memcached==1.61
python-memcached==1.62
# via -r requirements/base.in
pytz==2023.3.post1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit 8971d1a

Please sign in to comment.