Skip to content

Commit

Permalink
Merge pull request #229 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-ffc0b68

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 6, 2024
2 parents ffc0b68 + 882a343 commit 7bb78e7
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-toggles
django==3.2.23
# via
Expand All @@ -39,17 +39,17 @@ edx-django-utils==5.10.1
# edx-toggles
edx-opaque-keys[django]==2.5.1
# via openedx-events
edx-toggles==5.1.0
edx-toggles==5.1.1
# via -r requirements/base.in
fastavro==1.9.3
# via openedx-events
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
newrelic==9.6.0
# via edx-django-utils
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
Expand All @@ -61,9 +61,9 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.4
pytz==2024.1
# via django
pyyaml==6.0.1
# via code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down
26 changes: 13 additions & 13 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 @@ -29,7 +29,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -60,7 +60,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 All @@ -78,7 +78,7 @@ coverage[toml]==7.4.1
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -131,7 +131,7 @@ edx-opaque-keys[django]==2.5.1
# -r requirements/quality.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
edx-toggles==5.1.1
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -194,7 +194,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/quality.txt
# jinja2
Expand All @@ -218,7 +218,7 @@ nh3==0.2.15
# via
# -r requirements/quality.txt
# readme-renderer
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/quality.txt
packaging==23.2
# via
Expand All @@ -229,7 +229,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand All @@ -241,7 +241,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -318,13 +318,13 @@ 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-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -410,7 +410,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/quality.txt
# requests
Expand Down
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.0.3
# via -r requirements/doc.in
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -46,7 +46,7 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -59,7 +59,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 @@ -100,7 +100,7 @@ edx-opaque-keys[django]==2.5.1
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
edx-toggles==5.1.1
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -144,7 +144,7 @@ keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -158,7 +158,7 @@ newrelic==9.6.0
# edx-django-utils
nh3==0.2.15
# via readme-renderer
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand Down Expand Up @@ -212,13 +212,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-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 @@ -301,7 +301,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# pydata-sphinx-theme
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.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
24 changes: 12 additions & 12 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 @@ -20,7 +20,7 @@ avro==1.11.3
# via
# -r requirements/test.txt
# confluent-kafka
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -42,7 +42,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
# -r requirements/test.txt
# edx-lint
Expand All @@ -56,7 +56,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 @@ -94,7 +94,7 @@ edx-opaque-keys[django]==2.5.1
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
edx-toggles==5.1.1
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -153,7 +153,7 @@ newrelic==9.6.0
# edx-django-utils
nh3==0.2.15
# via readme-renderer
openedx-events==9.3.0
openedx-events==9.4.0
# via -r requirements/test.txt
packaging==23.2
# via
Expand All @@ -165,7 +165,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via
Expand Down Expand Up @@ -216,13 +216,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-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
# django
Expand Down Expand Up @@ -282,7 +282,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.txt
# requests
Expand Down
Loading

0 comments on commit 7bb78e7

Please sign in to comment.