Skip to content

Commit

Permalink
Merge pull request #181 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…a5fb3da

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Nov 8, 2021
2 parents a5fb3da + 6b02687 commit 6611908
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.10.0
py==1.11.0
# via tox
pyparsing==2.4.7
# via packaging
Expand All @@ -48,5 +48,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.7
# via requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ iniconfig==1.1.1
# via
# -r requirements/test.txt
# pytest
isort==5.9.3
isort==5.10.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -129,7 +129,7 @@ packaging==21.2
# tox
path==16.2.0
# via edx-i18n-tools
pbr==5.6.0
pbr==5.7.0
# via
# -r requirements/quality.txt
# stevedore
Expand All @@ -153,7 +153,7 @@ pluggy==1.0.0
# tox
polib==1.1.1
# via edx-i18n-tools
py==1.10.0
py==1.11.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -277,7 +277,7 @@ vine==1.3.0
# -r requirements/test.txt
# amqp
# celery
virtualenv==20.9.0
virtualenv==20.10.0
# via
# -r requirements/ci.txt
# tox
Expand Down
14 changes: 9 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ importlib-metadata==4.8.1
# via
# keyring
# twine
importlib-resources==5.4.0
# via jsonschema
itypes==1.2.0
# via coreapi
jeepney==0.7.1
Expand All @@ -85,7 +87,7 @@ jinja2==3.0.2
# coreschema
# sphinx
# swagger2rst
jsonschema==4.1.2
jsonschema==4.2.1
# via swagger2rst
keyring==23.2.1
# via twine
Expand All @@ -101,11 +103,11 @@ packaging==21.2
# via
# bleach
# sphinx
pbr==5.6.0
pbr==5.7.0
# via stevedore
pkginfo==1.7.1
# via twine
pycparser==2.20
pycparser==2.21
# via cffi
pygments==2.10.0
# via
Expand Down Expand Up @@ -180,7 +182,7 @@ swagger2rst==0.0.4
# via -r requirements/doc.in
tqdm==4.62.3
# via twine
twine==3.4.2
twine==3.5.0
# via -r requirements/doc.in
uritemplate==4.1.1
# via coreapi
Expand All @@ -194,7 +196,9 @@ vine==1.3.0
webencodings==0.5.1
# via bleach
zipp==3.6.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.in
setuptools==58.3.0
setuptools==58.5.3
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ code-annotations==1.2.0
# via edx-lint
edx-lint==5.2.1
# via -r requirements/quality.in
isort==5.9.3
isort==5.10.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -31,7 +31,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
pbr==5.6.0
pbr==5.7.0
# via stevedore
platformdirs==2.4.0
# via pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packaging==21.2
# pytest
pluggy==1.0.0
# via pytest
py==1.10.0
py==1.11.0
# via pytest
pyparsing==2.4.7
# via packaging
Expand Down

0 comments on commit 6611908

Please sign in to comment.