Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
alangsto committed Mar 16, 2023
2 parents 2cb9a61 + 904120b commit 4ebef2c
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 39 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
Expand All @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==39.0.1
cryptography==39.0.2
# via pyjwt
django==3.2.18
# via
Expand All @@ -57,7 +57,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==4.0.2
django-ipware==5.0.0
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ stevedore==5.0.0
# via
# edx-django-utils
# edx-opaque-keys
urllib3==1.26.14
urllib3==1.26.15
# via requests
vine==5.0.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.2.1
coverage==7.2.2
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.9.0
filelock==3.10.0
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.0
# via tox
platformdirs==3.0.0
platformdirs==3.1.1
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -41,7 +41,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.14
urllib3==1.26.15
# via requests
virtualenv==20.20.0
virtualenv==20.21.0
# via tox
18 changes: 9 additions & 9 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.14.2
astroid==2.15.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -43,11 +43,11 @@ docutils==0.19
# via rstcheck-core
edx-i18n-tools==0.9.2
# via -r requirements/dev.in
edx-lint==5.3.2
edx-lint==5.3.4
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.9.0
filelock==3.10.0
# 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.0.0
platformdirs==3.1.1
# 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.5
pydantic==1.10.6
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.14.0
# via
# diff-cover
# rich
pylint==2.16.2
pylint==2.17.0
# via
# edx-lint
# pylint-celery
Expand All @@ -121,7 +121,7 @@ pyyaml==6.0
# edx-i18n-tools
rich==12.6.0
# via typer
rstcheck==6.1.1
rstcheck==6.1.2
# via -r requirements/quality.in
rstcheck-core==1.0.3
# via rstcheck
Expand Down Expand Up @@ -162,9 +162,9 @@ typing-extensions==4.5.0
# pydantic
# pylint
# rich
virtualenv==20.20.0
virtualenv==20.21.0
# via tox
wheel==0.38.4
wheel==0.40.0
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.38.4
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.38.4
wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 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.14.2
astroid==2.15.0
# via
# pylint
# pylint-celery
Expand All @@ -33,7 +33,7 @@ django==3.2.18
# -r requirements/quality.in
docutils==0.19
# via rstcheck-core
edx-lint==5.3.2
edx-lint==5.3.4
# via -r requirements/quality.in
isort==5.12.0
# via
Expand All @@ -49,17 +49,17 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.0.0
platformdirs==3.1.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.5
pydantic==1.10.6
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.14.0
# via rich
pylint==2.16.2
pylint==2.17.0
# via
# edx-lint
# pylint-celery
Expand All @@ -81,7 +81,7 @@ pyyaml==6.0
# via code-annotations
rich==12.6.0
# via typer
rstcheck==6.1.1
rstcheck==6.1.2
# via -r requirements/quality.in
rstcheck-core==1.0.3
# via rstcheck
Expand Down
23 changes: 11 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
# via
# -c requirements/constraints.txt
Expand All @@ -41,9 +41,9 @@ click-plugins==1.1.1
# via celery
code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.2.1
coverage[toml]==7.2.2
# via pytest-cov
cryptography==39.0.1
cryptography==39.0.2
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
Expand All @@ -64,7 +64,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==4.0.2
django-ipware==5.0.0
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ edx-when==2.3.0
# via -r requirements/base.in
event-tracking==2.1.0
# via -r requirements/base.in
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
execnet==1.9.0
# via pytest-xdist
Expand Down Expand Up @@ -186,7 +186,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.2.1
pytest==7.2.2
# via
# pytest-cov
# pytest-django
Expand All @@ -195,7 +195,7 @@ pytest-cov==4.0.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
pytest-xdist==3.2.0
pytest-xdist==3.2.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand All @@ -217,6 +217,7 @@ pyyaml==6.0
# via
# code-annotations
# edx-i18n-tools
# responses
# xblock
requests==2.28.2
# via
Expand All @@ -226,7 +227,7 @@ requests==2.28.2
# pyjwkest
# responses
# slumber
responses==0.22.0
responses==0.23.1
# via -r requirements/test.in
rules==3.3
# via -r requirements/base.in
Expand Down Expand Up @@ -258,17 +259,15 @@ testfixtures==7.1.0
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via responses
tomli==2.0.1
# via
# coverage
# pytest
types-toml==0.10.8.5
types-pyyaml==6.0.12.8
# via responses
typing-extensions==4.5.0
# via logilab-common
urllib3==1.26.14
urllib3==1.26.15
# via
# requests
# responses
Expand Down

0 comments on commit 4ebef2c

Please sign in to comment.