Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
alangsto authored Jan 17, 2023
2 parents 2c7b27f + 44df060 commit 4051085
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 47 deletions.
14 changes: 7 additions & 7 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==2.1.1
charset-normalizer==3.0.1
# via requests
click==8.1.3
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ event-tracking==2.1.0
# via -r requirements/base.in
fs==2.4.16
# via xblock
future==0.18.2
future==0.18.3
# via pyjwkest
idna==3.4
# via requests
Expand All @@ -120,7 +120,7 @@ markupsafe==2.1.1
# via xblock
newrelic==8.5.0
# via edx-django-utils
pbr==5.11.0
pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.36
# via click-repl
Expand Down Expand Up @@ -151,7 +151,7 @@ python-dateutil==2.8.2
# -r requirements/base.in
# edx-drf-extensions
# xblock
pytz==2022.7
pytz==2022.7.1
# via
# -r requirements/base.in
# celery
Expand All @@ -161,7 +161,7 @@ pytz==2022.7
# xblock
pyyaml==6.0
# via xblock
requests==2.28.1
requests==2.28.2
# via
# edx-drf-extensions
# edx-rest-api-client
Expand All @@ -187,14 +187,14 @@ stevedore==4.1.1
# via
# edx-django-utils
# edx-opaque-keys
urllib3==1.26.13
urllib3==1.26.14
# via requests
vine==5.0.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.5
wcwidth==0.2.6
# via prompt-toolkit
web-fragments==2.0.0
# via xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.0.1
coverage==7.0.5
# via codecov
distlib==0.3.6
# via virtualenv
Expand All @@ -20,15 +20,15 @@ filelock==3.9.0
# virtualenv
idna==3.4
# via requests
packaging==22.0
packaging==23.0
# via tox
platformdirs==2.6.2
# via virtualenv
pluggy==1.0.0
# via tox
py==1.11.0
# via tox
requests==2.28.1
requests==2.28.2
# via codecov
six==1.16.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.13
urllib3==1.26.14
# via requests
virtualenv==20.17.1
# via tox
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ django-simple-history==3.0.0
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
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.12.13
astroid==2.13.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -59,21 +59,21 @@ jinja2==3.1.2
# via
# code-annotations
# diff-cover
lazy-object-proxy==1.8.0
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.1
# via jinja2
mccabe==0.7.0
# via pylint
packaging==22.0
packaging==23.0
# via tox
path==16.6.0
# via
# edx-i18n-tools
# path-py
path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.0
pbr==5.11.1
# via stevedore
platformdirs==2.6.2
# via
Expand All @@ -91,13 +91,13 @@ pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.4
# via rstcheck-core
pydocstyle==6.1.1
pydocstyle==6.2.3
# via -r requirements/quality.in
pygments==2.14.0
# via
# diff-cover
# rich
pylint==2.15.9
pylint==2.15.10
# via
# edx-lint
# pylint-celery
Expand All @@ -113,7 +113,7 @@ pylint-plugin-utils==0.7
# pylint-django
python-slugify==7.0.0
# via code-annotations
pytz==2022.7
pytz==2022.7.1
# via django
pyyaml==6.0
# via
Expand All @@ -125,7 +125,7 @@ rstcheck==6.1.1
# via -r requirements/quality.in
rstcheck-core==1.0.3
# via rstcheck
shellingham==1.5.0
shellingham==1.5.0.post1
# via typer
six==1.16.0
# via
Expand Down
12 changes: 5 additions & 7 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@
#
# make upgrade
#
build==0.9.0
build==0.10.0
# via pip-tools
click==8.1.3
# via
# -c requirements/constraints.txt
# pip-tools
packaging==22.0
# via build
pep517==0.13.0
packaging==23.0
# via build
pip-tools==6.12.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pep517
# via build
wheel==0.38.4
# via pip-tools

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.12.13
astroid==2.13.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -41,25 +41,25 @@ isort==5.11.4
# pylint
jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.8.0
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.1
# via jinja2
mccabe==0.7.0
# via pylint
pbr==5.11.0
pbr==5.11.1
# via stevedore
platformdirs==2.6.2
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.4
# via rstcheck-core
pydocstyle==6.1.1
pydocstyle==6.2.3
# via -r requirements/quality.in
pygments==2.14.0
# via rich
pylint==2.15.9
pylint==2.15.10
# via
# edx-lint
# pylint-celery
Expand All @@ -75,7 +75,7 @@ pylint-plugin-utils==0.7
# pylint-django
python-slugify==7.0.0
# via code-annotations
pytz==2022.7
pytz==2022.7.1
# via django
pyyaml==6.0
# via code-annotations
Expand All @@ -85,7 +85,7 @@ rstcheck==6.1.1
# via -r requirements/quality.in
rstcheck-core==1.0.3
# via rstcheck
shellingham==1.5.0
shellingham==1.5.0.post1
# via typer
six==1.16.0
# via edx-lint
Expand Down
30 changes: 17 additions & 13 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==2.1.1
charset-normalizer==3.0.1
# via requests
# via
# -c requirements/constraints.txt
Expand All @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.0.1
coverage[toml]==7.0.5
# via pytest-cov
cryptography==39.0.0
# via pyjwt
Expand Down Expand Up @@ -120,15 +120,17 @@ freezegun==1.2.2
# via -r requirements/test.in
fs==2.4.16
# via xblock
future==0.18.2
future==0.18.3
# via pyjwkest
httmock==1.4.0
# via -r requirements/test.in
httpretty==1.1.4
# via -r requirements/test.in
idna==3.4
# via requests
iniconfig==1.1.1
importlib-metadata==6.0.0
# via logilab-common
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via code-annotations
Expand All @@ -137,25 +139,25 @@ jsonfield==3.1.0
# via celery
lazy==1.5
# via bok-choy
logilab-common==1.9.7
logilab-common==1.9.8
# via -r requirements/test.in
lxml==4.9.2
# via xblock
markupsafe==2.1.1
# via
# jinja2
# xblock
mock==5.0.0
mock==5.0.1
# via -r requirements/test.in
mypy-extensions==0.4.3
# via logilab-common
newrelic==8.5.0
# via edx-django-utils
packaging==22.0
packaging==23.0
# via pytest
path==16.6.0
# via edx-i18n-tools
pbr==5.11.0
pbr==5.11.1
# via stevedore
pluggy==1.0.0
# via pytest
Expand Down Expand Up @@ -184,7 +186,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.2.0
pytest==7.2.1
# via
# pytest-cov
# pytest-django
Expand All @@ -203,7 +205,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==7.0.0
# via code-annotations
pytz==2022.7
pytz==2022.7.1
# via
# -r requirements/base.in
# celery
Expand All @@ -216,7 +218,7 @@ pyyaml==6.0
# code-annotations
# edx-i18n-tools
# xblock
requests==2.28.1
requests==2.28.2
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -266,7 +268,7 @@ types-toml==0.10.8.1
# via responses
typing-extensions==4.4.0
# via logilab-common
urllib3==1.26.13
urllib3==1.26.14
# via
# requests
# responses
Expand All @@ -275,14 +277,16 @@ urllib3==1.26.13
# amqp
# celery
# kombu
wcwidth==0.2.5
wcwidth==0.2.6
# via prompt-toolkit
web-fragments==2.0.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.6.1
# via edx-when
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 4051085

Please sign in to comment.