Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #74

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jinja2==3.1.3
# via code-annotations
markupsafe==2.1.4
# via jinja2
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
Expand All @@ -63,7 +63,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via django
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
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
Expand All @@ -69,7 +69,7 @@ ddt==1.7.1
# via -r requirements/quality.txt
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -152,11 +152,11 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand All @@ -182,7 +182,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -241,7 +241,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -250,7 +250,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.7.0
# via -r requirements/quality.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -137,13 +137,13 @@ 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/test.txt
# edx-django-utils
nh3==0.2.15
# via readme-renderer
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand All @@ -158,7 +158,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.9.6
# via twine
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -189,7 +189,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -198,7 +198,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -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 pylint
django==3.2.23
# via
Expand Down Expand Up @@ -105,11 +105,11 @@ markupsafe==2.1.4
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand All @@ -121,7 +121,7 @@ pbr==6.0.0
# stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -159,7 +159,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -168,7 +168,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -81,19 +81,19 @@ markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.2.0
openedx-events==9.3.0
# via -r requirements/base.txt
packaging==23.2
# via pytest
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pluggy==1.3.0
pluggy==1.4.0
# via pytest
psutil==5.9.8
# via
Expand All @@ -111,15 +111,15 @@ 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
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down
Loading