Skip to content

Commit

Permalink
Merge pull request #239 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-1e4d81c

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Aug 8, 2022
2 parents 1e4d81c + fab3a9e commit 9033bf3
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.11.1
tomlkit==0.11.2
# via pylint
typing-extensions==4.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ toml==0.10.2
# via tox
tox==3.25.1
# via -r requirements/ci.in
virtualenv==20.16.2
virtualenv==20.16.3
# via tox
33 changes: 27 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ certifi==2022.6.15
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
# via
# -r requirements/test.txt
# cryptography
chardet==5.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -80,6 +84,10 @@ cookiecutter==2.1.1
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==37.0.4
# via
# -r requirements/test.txt
# secretstorage
dill==0.3.5.1
# via
# -r requirements/test.txt
Expand All @@ -89,7 +97,7 @@ distlib==0.3.5
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -140,6 +148,11 @@ isort==5.10.1
# via
# -r requirements/test.txt
# pylint
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/test.txt
Expand All @@ -151,7 +164,7 @@ jinja2-time==0.2.0
# via
# -r requirements/test.txt
# cookiecutter
keyring==23.7.0
keyring==23.8.1
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -209,8 +222,12 @@ py==1.11.0
# -r requirements/test.txt
# pytest
# tox
pycodestyle==2.9.0
pycodestyle==2.9.1
# via -r requirements/test.txt
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydocstyle==6.1.1
# via -r requirements/test.txt
pygments==2.12.0
Expand Down Expand Up @@ -271,7 +288,7 @@ pyyaml==6.0
# -r requirements/test.txt
# code-annotations
# cookiecutter
readme-renderer==35.0
readme-renderer==36.0
# via
# -r requirements/test.txt
# twine
Expand All @@ -298,6 +315,10 @@ rich==12.5.1
# via
# -r requirements/test.txt
# twine
secretstorage==3.3.2
# via
# -r requirements/test.txt
# keyring
sh==1.14.3
# via -r requirements/test.txt
six==1.16.0
Expand Down Expand Up @@ -370,7 +391,7 @@ tomli==2.0.1
# pep517
# pylint
# pytest
tomlkit==0.11.1
tomlkit==0.11.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -393,7 +414,7 @@ urllib3==1.26.11
# -r requirements/test.txt
# requests
# twine
virtualenv==20.16.2
virtualenv==20.16.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.2.1
pip==22.2.2
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
24 changes: 18 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ certifi==2022.6.15
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
# via cryptography
chardet==5.0.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -63,13 +65,15 @@ cookiecutter==2.1.1
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==37.0.4
# via secretstorage
dill==0.3.5.1
# via
# -r requirements/base.txt
# pylint
distlib==0.3.5
# via virtualenv
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -113,6 +117,10 @@ isort==5.10.1
# -r requirements/base.txt
# -r requirements/test.in
# pylint
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/base.txt
Expand All @@ -124,7 +132,7 @@ jinja2-time==0.2.0
# via
# -r requirements/base.txt
# cookiecutter
keyring==23.7.0
keyring==23.8.1
# via twine
lazy-object-proxy==1.7.1
# via
Expand Down Expand Up @@ -160,8 +168,10 @@ pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.9.0
pycodestyle==2.9.1
# via -r requirements/test.in
pycparser==2.21
# via cffi
pydocstyle==6.1.1
# via -r requirements/test.in
pygments==2.12.0
Expand Down Expand Up @@ -214,7 +224,7 @@ pyyaml==6.0
# -r requirements/base.txt
# code-annotations
# cookiecutter
readme-renderer==35.0
readme-renderer==36.0
# via twine
requests==2.28.1
# via
Expand All @@ -231,6 +241,8 @@ rfc3986==2.0.0
# via twine
rich==12.5.1
# via twine
secretstorage==3.3.2
# via keyring
sh==1.14.3
# via -r requirements/test.in
six==1.16.0
Expand Down Expand Up @@ -281,7 +293,7 @@ tomli==2.0.1
# pep517
# pylint
# pytest
tomlkit==0.11.1
tomlkit==0.11.2
# via
# -r requirements/base.txt
# pylint
Expand All @@ -298,7 +310,7 @@ urllib3==1.26.11
# -r requirements/base.txt
# requests
# twine
virtualenv==20.16.2
virtualenv==20.16.3
# via -r requirements/test.in
webencodings==0.5.1
# via bleach
Expand Down

0 comments on commit 9033bf3

Please sign in to comment.