Skip to content

Commit

Permalink
chore: Updating Python Requirements (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 30, 2023
1 parent d82a697 commit 3a73237
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 24 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ markupsafe==2.1.3
# via
# mako
# xblock
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
oauthlib==3.2.2
# via -r requirements/base.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
boto3==1.26.156
boto3==1.26.161
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.156
botocore==1.29.161
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -213,7 +213,7 @@ jmespath==1.0.1
# botocore
jsonfield==3.1.0
# via -r requirements/test.txt
keyring==24.0.0
keyring==24.2.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -258,7 +258,7 @@ more-itertools==9.1.0
# via
# -r requirements/test.txt
# jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -282,13 +282,13 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/tox.txt
# tox
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ django-simple-history==3.0.0
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ markupsafe==2.1.3
# -r requirements/base.txt
# mako
# xblock
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.0.0
# via -r requirements/base.txt
boto3==1.26.156
boto3==1.26.161
# via fs-s3fs
botocore==1.29.156
botocore==1.29.161
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -163,7 +163,7 @@ markupsafe==2.1.3
# xblock
mccabe==0.7.0
# via pylint
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -177,7 +177,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
psutil==5.9.5
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ bleach==6.0.0
# via
# -r requirements/base.txt
# readme-renderer
boto3==1.26.156
boto3==1.26.161
# via fs-s3fs
botocore==1.29.156
botocore==1.29.161
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -165,7 +165,7 @@ jmespath==1.0.1
# botocore
jsonfield==3.1.0
# via -r requirements/base.txt
keyring==24.0.0
keyring==24.2.0
# via twine
lazy==1.5
# via
Expand Down Expand Up @@ -198,7 +198,7 @@ mock==5.0.2
# via -r requirements/test.in
more-itertools==9.1.0
# via jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -214,7 +214,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
psutil==5.9.5
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down

0 comments on commit 3a73237

Please sign in to comment.