Skip to content

Commit

Permalink
chore: Updating Python Requirements (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 6, 2024
1 parent 72f6a71 commit a27fdbe
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via celery
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.in
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery44.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ celery==4.4.7
# via -r requirements/celery44.in
kombu==4.6.11
# via celery
pytz==2023.4
pytz==2024.1
# via celery
vine==1.3.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 @@ -22,7 +22,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 @@ -14,7 +14,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -43,7 +43,7 @@ celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -84,7 +84,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -166,7 +166,7 @@ kombu==5.3.5
# via
# -r requirements/test.txt
# celery
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -198,7 +198,7 @@ pip-tools==7.3.0
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -273,11 +273,11 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# celery
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/test.txt
# babel
Expand Down Expand Up @@ -355,7 +355,7 @@ tzdata==2023.4
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.1.0
urllib3==2.2.0
# via requests
vine==5.1.0
# via
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
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -53,7 +53,7 @@ click-plugins==1.1.1
# via
# -r requirements/base.txt
# celery
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
# via
Expand Down Expand Up @@ -92,7 +92,7 @@ jinja2==3.1.3
# via
# -r requirements/base.txt
# celery
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -108,7 +108,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via pytest
Expand Down Expand Up @@ -153,9 +153,9 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# celery
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit a27fdbe

Please sign in to comment.