Skip to content

Commit

Permalink
chore: Updating Python Requirements (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 6, 2024
1 parent edc9485 commit 5d21b66
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pycparser==2.21
# via cffi
pynacl==1.5.0
# via edx-django-utils
pytz==2023.3.post1
pytz==2024.1
# via
# django
# djangorestframework
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -34,7 +34,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -110,7 +110,7 @@ jinja2==3.1.3
# code-annotations
lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/quality.txt
# jinja2
Expand All @@ -130,15 +130,15 @@ packaging==23.2
# build
# pytest
# tox
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -203,17 +203,17 @@ pytest==8.0.0
# pytest-django
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/quality.txt
python-dateutil==2.8.2
# via
# -r requirements/quality.txt
# freezegun
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/quality.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -36,7 +36,7 @@ coverage[toml]==7.4.1
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -101,7 +101,7 @@ keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
Expand Down Expand Up @@ -157,13 +157,13 @@ pytest==8.0.0
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
# -r requirements/test.txt
# freezegun
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/test.txt
# babel
Expand Down Expand Up @@ -239,7 +239,7 @@ typing-extensions==4.9.0
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -25,7 +25,7 @@ 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
coverage[toml]==7.4.1
# via
Expand Down Expand Up @@ -75,7 +75,7 @@ isort==5.13.2
# via pylint
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -91,7 +91,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via
Expand Down Expand Up @@ -134,15 +134,15 @@ pytest==8.0.0
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
# -r requirements/test.txt
# freezegun
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/test.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ pytest==8.0.0
# 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
python-dateutil==2.8.2
# via freezegun
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 5d21b66

Please sign in to comment.