Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Aug 18, 2022
2 parents 41a2a4b + a2db0f3 commit f4a7a45
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ markupsafe==2.1.1
# via jinja2
packaging==21.3
# via sphinx
pygments==2.12.0
pygments==2.13.0
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.1
pytz==2022.2.1
# via babel
requests==2.28.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==2.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.4.3
coverage==6.4.4
# via codecov
distlib==0.3.5
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mccabe==0.7.0
# via pylint
packaging==21.3
# via tox
pbr==5.9.0
pbr==5.10.0
# via stevedore
pkginfo==1.8.3
# via twine
Expand All @@ -89,7 +89,7 @@ pycparser==2.21
# via cffi
pydocstyle==6.1.1
# via -r requirements/quality.in
pygments==2.12.0
pygments==2.13.0
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -125,7 +125,7 @@ rfc3986==2.0.0
# via twine
rich==12.5.1
# via twine
secretstorage==3.3.2
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
Expand All @@ -142,7 +142,7 @@ toml==0.10.2
# via tox
tomli==2.0.1
# via pylint
tomlkit==0.11.3
tomlkit==0.11.4
# via pylint
tox==3.25.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ packaging==21.3
# via
# build
# sphinx
pbr==5.9.0
pbr==5.10.0
# via stevedore
pep517==0.13.0
# via build
pkginfo==1.8.3
# via twine
pycparser==2.21
# via cffi
pygments==2.12.0
pygments==2.13.0
# via
# doc8
# readme-renderer
# rich
# sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.1
pytz==2022.2.1
# via babel
readme-renderer==36.0
# via twine
Expand All @@ -87,7 +87,7 @@ rfc3986==2.0.0
# via twine
rich==12.5.1
# via twine
secretstorage==3.3.2
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ markupsafe==2.1.1
# via jinja2
mccabe==0.7.0
# via pylint
pbr==5.9.0
pbr==5.10.0
# via stevedore
platformdirs==2.5.2
# via pylint
Expand Down Expand Up @@ -71,7 +71,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.11.3
tomlkit==0.11.4
# via pylint
typing-extensions==4.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2022.6.15
# via requests
charset-normalizer==2.1.0
# via requests
coverage[toml]==6.4.3
coverage[toml]==6.4.4
# via pytest-cov
docutils==0.19
# via sphinx
Expand All @@ -40,7 +40,7 @@ py==1.11.0
# via
# pytest
# pytest-catchlog
pygments==2.12.0
pygments==2.13.0
# via sphinx
pyparsing==3.0.9
# via packaging
Expand All @@ -52,7 +52,7 @@ pytest-catchlog==1.2.2
# via -r requirements/test.in
pytest-cov==3.0.0
# via -r requirements/test.in
pytz==2022.1
pytz==2022.2.1
# via babel
requests==2.28.1
# via sphinx
Expand Down

0 comments on commit f4a7a45

Please sign in to comment.