Skip to content

Commit

Permalink
chore: Updating Python Requirements (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 30, 2024
1 parent 71548d4 commit 72f6a71
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ edx-django-utils==5.10.1
# via -r requirements/base.in
kombu==5.3.5
# via celery
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -64,7 +64,7 @@ pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via celery
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.in
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery44.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ celery==4.4.7
# via -r requirements/celery44.in
kombu==4.6.11
# via celery
pytz==2023.3.post1
pytz==2023.4
# via celery
vine==1.3.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.0
coverage==7.4.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -26,7 +26,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
dill==0.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -176,7 +176,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -205,7 +205,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -263,7 +263,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -273,11 +273,11 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# celery
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# babel
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ click-plugins==1.1.1
# celery
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.in
dill==0.3.7
dill==0.3.8
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -110,7 +110,7 @@ pbr==6.0.0
# stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -145,17 +145,17 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# celery
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 72f6a71

Please sign in to comment.