Skip to content

Commit

Permalink
Merge pull request #1183 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-d7da88c

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Feb 7, 2024
2 parents d7da88c + af59d79 commit fa7f4b5
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ celery==5.3.6
# via
# -c requirements/constraints.txt
# event-tracking
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -42,9 +42,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.1
cryptography==42.0.2
# via pyjwt
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.3
django-ipware==6.0.4
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.10.1
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==10.1.0
edx-drf-extensions==10.2.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -121,7 +121,7 @@ lxml==5.1.0
# via xblock
mako==1.3.2
# via xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# mako
# xblock
Expand Down Expand Up @@ -157,7 +157,7 @@ python-dateutil==2.8.2
# xblock
python-ipware==2.0.1
# via django-ipware
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.in
# django
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
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -27,7 +27,7 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via
Expand All @@ -39,7 +39,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -73,7 +73,7 @@ lxml==5.1.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -83,15 +83,15 @@ packaging==23.2
# via
# pyproject-api
# tox
path==16.9.0
path==16.10.0
# via
# edx-i18n-tools
# path-py
path-py==12.5.0
# via -r requirements/dev.in
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# tox
Expand All @@ -104,9 +104,9 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.6.0
pydantic==2.6.1
# via rstcheck-core
pydantic-core==2.16.1
pydantic-core==2.16.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -130,9 +130,9 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
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
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -21,13 +21,13 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via typer
dill==0.3.8
# via pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -47,21 +47,21 @@ jinja2==3.1.3
# via code-annotations
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.6.0
pydantic==2.6.1
# via rstcheck-core
pydantic-core==2.16.1
pydantic-core==2.16.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -81,9 +81,9 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
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
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -c requirements/constraints.txt
# event-tracking
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -37,13 +37,13 @@ charset-normalizer==3.3.2
click-plugins==1.1.1
# via celery
# via celery
code-annotations==1.5.0
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via pyjwt
ddt==1.7.1
# via -r requirements/test.in
Expand All @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.3
django-ipware==6.0.4
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.10.1
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==10.1.0
edx-drf-extensions==10.2.0
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -140,7 +140,7 @@ lxml==5.1.0
# xblock
mako==1.3.2
# via xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# jinja2
# mako
Expand All @@ -151,7 +151,7 @@ newrelic==9.6.0
# via edx-django-utils
packaging==23.2
# via pytest
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -198,9 +198,9 @@ python-dateutil==2.8.2
# xblock
python-ipware==2.0.1
# via django-ipware
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.in
# django
Expand Down

0 comments on commit fa7f4b5

Please sign in to comment.