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

Python Requirements Update #165

Merged
merged 1 commit into from
Jan 31, 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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.4.0
coverage==7.4.1
# via codecov
distlib==0.3.8
# via virtualenv
Expand All @@ -30,11 +30,11 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -46,7 +46,7 @@ tomli==2.0.1
# tox
tox==4.12.1
# via -r requirements/ci.in
urllib3==2.1.0
urllib3==2.2.0
# via requests
virtualenv==20.25.0
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.0
cryptography==42.0.2
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -112,7 +112,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 edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand All @@ -126,12 +126,12 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# diff-cover
# tox
Expand Down Expand Up @@ -168,9 +168,9 @@ pynacl==1.5.0
# via edx-django-utils
pyproject-api==1.6.1
# via tox
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# django
# djangorestframework
Expand Down Expand Up @@ -221,7 +221,7 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# twine
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
dill==0.3.7
dill==0.3.8
# via pylint
edx-lint==5.3.6
# via -r requirements/quality.in
Expand All @@ -33,7 +33,7 @@ mccabe==0.7.0
# via pylint
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
Expand All @@ -53,7 +53,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pyyaml==6.0.1
# via 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 @@ -10,7 +10,7 @@ cffi==1.16.0
# via pynacl
click==8.1.7
# via edx-django-utils
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand All @@ -36,29 +36,29 @@ exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
packaging==23.2
# via pytest
pbr==6.0.0
# via stevedore
pluggy==1.3.0
pluggy==1.4.0
# via pytest
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
pynacl==1.5.0
# via 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
pytest-django==4.8.0
# via -r requirements/test.in
pytz==2023.3.post1
pytz==2023.4
# via
# django
# djangorestframework
Expand Down
Loading