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

Python Requirements Update #391

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ 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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,5 @@ 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
virtualenv==20.24.6
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.16.0
# -r requirements/testing.txt
# cryptography
# pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/testing.txt
# requests
Expand All @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# -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 +63,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 @@ -164,7 +164,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 @@ -181,7 +181,7 @@ 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 Down Expand Up @@ -236,7 +236,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via
# -r requirements/testing.txt
# pylint
Expand All @@ -255,11 +255,11 @@ urllib3==2.0.7
# -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
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# 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:
Expand Down
12 changes: 6 additions & 6 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -102,7 +102,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 +112,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,7 +150,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
typing-extensions==4.8.0
# via
Expand Down
Loading