Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
alangsto committed Apr 3, 2023
2 parents 842cbce + d94ac9b commit efa5cb6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==39.0.2
cryptography==40.0.1
# via pyjwt
django==3.2.18
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.2.0
edx-django-utils==5.3.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -118,7 +118,7 @@ lxml==4.9.2
# via xblock
markupsafe==2.1.2
# via xblock
newrelic==8.7.0
newrelic==8.8.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -151,7 +151,7 @@ python-dateutil==2.8.2
# -r requirements/base.in
# edx-drf-extensions
# xblock
pytz==2022.7.1
pytz==2023.3
# via
# -r requirements/base.in
# celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ coverage==7.2.2
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.10.0
filelock==3.10.7
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.0
# via tox
platformdirs==3.1.1
platformdirs==3.2.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.6.0
# via django
astroid==2.15.0
astroid==2.15.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -47,7 +47,7 @@ edx-lint==5.3.4
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.10.0
filelock==3.10.7
# via
# tox
# virtualenv
Expand Down Expand Up @@ -75,7 +75,7 @@ path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
# via stevedore
platformdirs==3.1.1
platformdirs==3.2.0
# via
# pylint
# virtualenv
Expand All @@ -89,15 +89,15 @@ py==1.11.0
# via tox
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.6
pydantic==1.10.7
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.14.0
# via
# diff-cover
# rich
pylint==2.17.0
pylint==2.17.2
# via
# edx-lint
# pylint-celery
Expand All @@ -113,7 +113,7 @@ pylint-plugin-utils==0.7
# pylint-django
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
pytz==2023.3
# via django
pyyaml==6.0
# via
Expand Down Expand Up @@ -143,7 +143,7 @@ tomli==2.0.1
# via
# pylint
# tox
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
tox==3.28.0
# via
Expand All @@ -154,7 +154,7 @@ tox-battery==0.6.1
# via -r requirements/dev.in
typer[all]==0.7.0
# via rstcheck
types-docutils==0.19.1.6
types-docutils==0.19.1.7
# via rstcheck-core
typing-extensions==4.5.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.6.0
# via django
astroid==2.15.0
astroid==2.15.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -49,17 +49,17 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.1.1
platformdirs==3.2.0
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.6
pydantic==1.10.7
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.14.0
# via rich
pylint==2.17.0
pylint==2.17.2
# via
# edx-lint
# pylint-celery
Expand All @@ -75,7 +75,7 @@ pylint-plugin-utils==0.7
# pylint-django
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
pytz==2023.3
# via django
pyyaml==6.0
# via code-annotations
Expand All @@ -99,11 +99,11 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
typer[all]==0.7.0
# via rstcheck
types-docutils==0.19.1.6
types-docutils==0.19.1.7
# via rstcheck-core
typing-extensions==4.5.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.2.2
# via pytest-cov
cryptography==39.0.2
cryptography==40.0.1
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -89,7 +89,7 @@ django-webpack-loader==0.7.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.2.0
edx-django-utils==5.3.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -128,7 +128,7 @@ httpretty==1.1.4
# via -r requirements/test.in
idna==3.4
# via requests
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# via logilab-common
iniconfig==2.0.0
# via pytest
Expand All @@ -151,7 +151,7 @@ mock==5.0.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==8.7.0
newrelic==8.8.0
# via edx-django-utils
packaging==23.0
# via pytest
Expand Down Expand Up @@ -205,7 +205,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
pytz==2023.3
# via
# -r requirements/base.in
# celery
Expand Down Expand Up @@ -263,7 +263,7 @@ tomli==2.0.1
# via
# coverage
# pytest
types-pyyaml==6.0.12.8
types-pyyaml==6.0.12.9
# via responses
typing-extensions==4.5.0
# via logilab-common
Expand Down

0 comments on commit efa5cb6

Please sign in to comment.