Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Feb 5, 2024
1 parent f053e41 commit 8548140
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ billiard==4.2.0
# via celery
celery==5.3.6
# via -r requirements/base.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -47,7 +47,7 @@ idna==3.6
# via requests
kombu==5.3.5
# via celery
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
Expand All @@ -57,7 +57,7 @@ pymongo==3.13.0
# via edx-opaque-keys
python-dateutil==2.8.2
# via celery
pytz==2023.3.post1
pytz==2024.1
# via django
requests==2.31.0
# via -r requirements/base.in
Expand All @@ -76,7 +76,7 @@ tzdata==2023.4
# via
# 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/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
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -37,7 +37,7 @@ build==1.0.3
# pip-tools
celery==5.3.6
# via -r requirements/quality.txt
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -75,7 +75,7 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -149,15 +149,15 @@ kombu==5.3.5
# celery
lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/quality.txt
# jinja2
mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand All @@ -167,15 +167,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 @@ -239,17 +239,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
# celery
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 Expand Up @@ -319,7 +319,7 @@ tzdata==2023.4
# -r requirements/quality.txt
# backports-zoneinfo
# celery
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/quality.txt
# requests
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
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -32,7 +32,7 @@ billiard==4.2.0
# celery
celery==5.3.6
# via -r requirements/test.txt
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -64,7 +64,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 @@ -115,13 +115,13 @@ kombu==5.3.5
# via
# -r requirements/test.txt
# celery
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
mccabe==0.7.0
# via pylint
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand All @@ -131,7 +131,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 @@ -170,17 +170,17 @@ 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
# celery
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -231,7 +231,7 @@ tzdata==2023.4
# -r requirements/test.txt
# backports-zoneinfo
# celery
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.txt
# requests
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ billiard==4.2.0
# celery
celery==5.3.6
# via -r requirements/base.txt
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -56,7 +56,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.5.0
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.1
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ kombu==5.3.5
# via
# -r requirements/base.txt
# celery
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
# via -r requirements/base.txt
packaging==23.2
Expand All @@ -114,15 +114,15 @@ 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
# -r requirements/base.txt
# celery
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -160,7 +160,7 @@ tzdata==2023.4
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 8548140

Please sign in to comment.