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 #178

Merged
merged 1 commit into from
Jan 26, 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
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
# -r requirements/ci.in
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -84,7 +84,7 @@ lxml==5.1.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -109,7 +109,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/dev.in
# diff-cover
Expand Down Expand Up @@ -143,7 +143,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via django
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
django==3.2.23
# via
Expand Down Expand Up @@ -60,7 +60,7 @@ keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mdurl==0.1.2
# via markdown-it-py
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ isort==5.13.2
# pylint
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -59,7 +59,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
pytz==2023.3.post1
# via django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==7.4.4
# via
Expand Down
Loading