Skip to content

Commit

Permalink
chore: Updating Python Requirements (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 30, 2024
1 parent fec5ba4 commit 7eb92ad
Show file tree
Hide file tree
Showing 4 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 @@ -28,7 +28,7 @@ edx-django-utils==5.10.1
# via -r requirements/base.in
idna==3.6
# via requests
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -40,7 +40,7 @@ pyjwt==2.8.0
# via -r requirements/base.in
pynacl==1.5.0
# via edx-django-utils
pytz==2023.3.post1
pytz==2023.4
# via django
requests==2.31.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.0
cryptography==42.0.1
# via
# -r requirements/test.txt
# secretstorage
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 @@ -172,7 +172,7 @@ more-itertools==10.2.0
# via
# -r requirements/test.txt
# jaraco-classes
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -206,7 +206,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 @@ -261,7 +261,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 @@ -274,11 +274,11 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# freezegun
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
# django
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
cryptography==42.0.0
cryptography==42.0.1
# via secretstorage
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 @@ -104,7 +104,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -120,7 +120,7 @@ pkginfo==1.9.6
# via twine
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
psutil==5.9.8
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
Expand All @@ -166,9 +166,9 @@ pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
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 7eb92ad

Please sign in to comment.