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

Python Requirements Update #382

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
6 changes: 3 additions & 3 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
# via pyjwt
deprecated==1.2.14
# via pygithub
gitdb==4.0.10
# via gitpython
gitpython==3.1.32
gitpython==3.1.35
# 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 Down
10 changes: 6 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.3
# 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,9 @@ 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
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
36 changes: 23 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==2.15.6
# -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,7 +42,7 @@ 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
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.3
# 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.35
# 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,7 +149,7 @@ 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
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 Down Expand Up @@ -238,22 +242,24 @@ 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
# via
# -r requirements/ci.txt
# -r requirements/testing.txt
# astroid
# filelock
# pylint
urllib3==2.0.4
# 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 +268,10 @@ wrapt==1.15.0
# -r requirements/testing.txt
# astroid
# deprecated
zipp==3.16.2
# 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.16.2
# 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.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,7 +31,7 @@ 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
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.35
# via -r requirements/base.txt
idna==3.4
# via
Expand Down Expand Up @@ -81,15 +81,15 @@ 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
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 Down
Loading