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

Python Requirements Update #384

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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via -r requirements/base.in
cryptography==41.0.3
cryptography==41.0.4
# via pyjwt
deprecated==1.2.14
# via pygithub
gitdb==4.0.10
# via gitpython
gitpython==3.1.32
gitpython==3.1.37
# via -r requirements/base.in
idna==3.4
# via requests
packaging==23.1
# via -r requirements/base.in
pycparser==2.21
# via cffi
pygithub==1.59.0
pygithub==1.59.1
# via -r requirements/base.in
pyjwt[crypto]==2.8.0
# via pygithub
Expand All @@ -38,9 +38,9 @@ requests==2.31.0
# via
# -r requirements/base.in
# pygithub
smmap==5.0.0
smmap==5.0.1
# via gitdb
urllib3==2.0.4
urllib3==2.0.5
# via requests
wrapt==1.15.0
# via deprecated
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.2
virtualenv==20.24.5
# via tox
48 changes: 28 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/testing.txt
# pylint
# pylint-celery
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -26,7 +26,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/testing.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/testing.txt
Expand All @@ -42,11 +42,11 @@ code-annotations==1.5.0
# via
# -r requirements/testing.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.1
# via
# -r requirements/testing.txt
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/testing.txt
# pyjwt
Expand All @@ -64,11 +64,11 @@ distlib==0.3.7
# virtualenv
edx-lint==5.3.4
# via -r requirements/testing.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/testing.txt
# pytest
filelock==3.12.2
filelock==3.12.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -77,12 +77,16 @@ gitdb==4.0.10
# via
# -r requirements/testing.txt
# gitpython
gitpython==3.1.32
gitpython==3.1.37
# via -r requirements/testing.txt
idna==3.4
# via
# -r requirements/testing.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/testing.txt
Expand Down Expand Up @@ -121,15 +125,15 @@ pbr==5.11.1
# via
# -r requirements/testing.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/testing.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/testing.txt
Expand All @@ -145,13 +149,13 @@ pycparser==2.21
# via
# -r requirements/testing.txt
# cffi
pygithub==1.59.0
pygithub==1.59.1
# via -r requirements/testing.txt
pyjwt[crypto]==2.8.0
# via
# -r requirements/testing.txt
# pygithub
pylint==2.17.5
pylint==2.17.6
# via
# -r requirements/testing.txt
# edx-lint
Expand Down Expand Up @@ -179,7 +183,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/testing.txt
# pytest-cov
Expand All @@ -203,15 +207,15 @@ six==1.16.0
# -r requirements/testing.txt
# edx-lint
# tox
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/testing.txt
# gitdb
stevedore==5.1.0
# via
# -r requirements/testing.txt
# code-annotations
testfixtures==7.1.0
testfixtures==7.2.0
# via -r requirements/testing.txt
text-unidecode==1.3
# via
Expand All @@ -238,22 +242,22 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/testing.txt
# astroid
# pylint
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/testing.txt
# requests
virtualenv==20.24.2
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
wheel==0.41.0
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -262,6 +266,10 @@ wrapt==1.15.0
# -r requirements/testing.txt
# astroid
# deprecated
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
12 changes: 8 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.2
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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.0
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.2.2
# via -r requirements/pip.in
28 changes: 14 additions & 14 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
Expand All @@ -21,7 +21,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# click-log
Expand All @@ -31,11 +31,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.1
# via
# -r requirements/testing.in
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -47,13 +47,13 @@ dill==0.3.7
# via pylint
edx-lint==5.3.4
# via -r requirements/testing.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
gitdb==4.0.10
# via
# -r requirements/base.txt
# gitpython
gitpython==3.1.32
gitpython==3.1.37
# via -r requirements/base.txt
idna==3.4
# via
Expand Down Expand Up @@ -81,21 +81,21 @@ pbr==5.11.1
# via stevedore
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
# via -r requirements/testing.in
pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygithub==1.59.0
pygithub==1.59.1
# via -r requirements/base.txt
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# pygithub
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand All @@ -113,7 +113,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# pygithub
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/testing.in
# pytest-cov
Expand All @@ -129,13 +129,13 @@ requests==2.31.0
# pygithub
six==1.16.0
# via edx-lint
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
stevedore==5.1.0
# via code-annotations
testfixtures==7.1.0
testfixtures==7.2.0
# via -r requirements/testing.in
text-unidecode==1.3
# via python-slugify
Expand All @@ -146,11 +146,11 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/base.txt
# requests
Expand Down
Loading