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

Python Requirements Update #392

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements/base.in
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
deprecated==1.2.14
# via pygithub
Expand Down Expand Up @@ -48,9 +48,9 @@ smmap==5.0.1
# via gitdb
typing-extensions==4.8.0
# via pygithub
urllib3==2.0.7
urllib3==2.1.0
# via
# pygithub
# requests
wrapt==1.15.0
wrapt==1.16.0
# via deprecated
31 changes: 20 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,36 @@
#
# make upgrade
#
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
# pyproject-api
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
# via tox
58 changes: 35 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.7.22
cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.11.17
# via
# -r requirements/testing.txt
# requests
Expand All @@ -22,7 +26,11 @@ cffi==1.16.0
# -r requirements/testing.txt
# cryptography
# pynacl
charset-normalizer==3.3.1
chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
charset-normalizer==3.3.2
# via
# -r requirements/testing.txt
# requests
Expand All @@ -42,12 +50,16 @@ code-annotations==1.5.0
# via
# -r requirements/testing.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.3.2
# via
# -r requirements/testing.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/testing.txt
# pyjwt
Expand All @@ -63,13 +75,13 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/testing.txt
exceptiongroup==1.1.3
# via
# -r requirements/testing.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -116,30 +128,29 @@ packaging==23.2
# -r requirements/pip-tools.txt
# -r requirements/testing.txt
# build
# pyproject-api
# pytest
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/testing.txt
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/testing.txt
# pylint
# tox
# virtualenv
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/testing.txt
# pytest
# tox
py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.1
# via -r requirements/testing.txt
pycparser==2.21
Expand All @@ -164,7 +175,7 @@ pylint-celery==0.3
# via
# -r requirements/testing.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/testing.txt
# edx-lint
Expand All @@ -177,11 +188,15 @@ pynacl==1.5.0
# via
# -r requirements/testing.txt
# pygithub
pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/testing.txt
# pytest-cov
Expand All @@ -205,11 +220,9 @@ requests==2.31.0
# pygithub
six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/testing.txt
# edx-lint
# python-dateutil
# tox
smmap==5.0.1
# via
# -r requirements/testing.txt
Expand All @@ -233,37 +246,36 @@ tomli==2.0.1
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.3
# via
# -r requirements/testing.txt
# pylint
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
tox==4.11.3
# via -r requirements/ci.txt
typing-extensions==4.8.0
# via
# -r requirements/testing.txt
# astroid
# pygithub
# pylint
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/testing.txt
# pygithub
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
wrapt==1.16.0
# via
# -r requirements/testing.txt
# deprecated
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.0
# via -r requirements/pip.in
24 changes: 13 additions & 11 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand All @@ -17,7 +17,7 @@ cffi==1.16.0
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -35,7 +35,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/testing.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -45,7 +45,7 @@ deprecated==1.2.14
# pygithub
dill==0.3.7
# via pylint
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/testing.in
exceptiongroup==1.1.3
# via pytest
Expand Down Expand Up @@ -75,10 +75,12 @@ packaging==23.2
# via
# -r requirements/base.txt
# pytest
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pluggy==1.3.0
# via pytest
pycodestyle==2.11.1
Expand All @@ -102,7 +104,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -112,7 +114,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# pygithub
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/testing.in
# pytest-cov
Expand Down Expand Up @@ -150,20 +152,20 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# astroid
# pygithub
# pylint
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/base.txt
# pygithub
# requests
wrapt==1.15.0
wrapt==1.16.0
# via
# -r requirements/base.txt
# deprecated
Loading