Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from openedx/jenkins/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-b79756a

Python Requirements Update
  • Loading branch information
bmtcril authored May 1, 2023
2 parents b79756a + 6d10b79 commit d8fc81a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.0
# virtualenv
packaging==23.1
# via tox
platformdirs==3.2.0
platformdirs==3.5.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.22.0
virtualenv==20.23.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -108,7 +108,7 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.2.0
platformdirs==3.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -133,7 +133,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.15.1
# via diff-cover
pylint==2.17.2
pylint==2.17.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -212,7 +212,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.7
tomlkit==0.11.8
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -228,7 +228,7 @@ typing-extensions==4.5.0
# -r requirements/quality.txt
# astroid
# pylint
virtualenv==20.22.0
virtualenv==20.23.0
# via
# -r requirements/ci.txt
# tox
Expand Down
18 changes: 15 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ build==0.10.0
# via -r requirements/doc.in
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
click==8.1.3
Expand All @@ -32,10 +34,12 @@ click==8.1.3
# code-annotations
code-annotations==1.3.0
# via -r requirements/test.txt
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==40.0.2
# via secretstorage
django==3.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -70,6 +74,10 @@ iniconfig==2.0.0
# pytest
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -104,6 +112,8 @@ pluggy==1.0.0
# via
# -r requirements/test.txt
# pytest
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
Expand Down Expand Up @@ -140,7 +150,7 @@ pyyaml==6.0
# code-annotations
readme-renderer==37.3
# via twine
requests==2.28.2
requests==2.29.0
# via
# requests-toolbelt
# sphinx
Expand All @@ -151,8 +161,10 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.3.4
rich==13.3.5
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
snowballstemmer==2.2.0
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.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -68,7 +68,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.2.0
platformdirs==3.5.0
# via pylint
pluggy==1.0.0
# via
Expand All @@ -78,7 +78,7 @@ pycodestyle==2.10.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.2
pylint==2.17.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -135,7 +135,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.7
tomlkit==0.11.8
# via pylint
typing-extensions==4.5.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.3
# via code-annotations
code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down

0 comments on commit d8fc81a

Please sign in to comment.