Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #450

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
2 changes: 1 addition & 1 deletion edx_repo_tools/audit_gh_users/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastcore==1.5.29
# via ghapi
ghapi==1.0.4
# via -r edx_repo_tools/audit_gh_users/extra.in
packaging==23.1
packaging==23.2
# via
# fastcore
# ghapi
Expand Down
10 changes: 5 additions & 5 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ banal==1.0.6
# via dataset
contourpy==1.1.1
# via matplotlib
cycler==0.11.0
cycler==0.12.1
# via matplotlib
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.42.1
fonttools==4.43.1
# via matplotlib
greenlet==2.0.2
greenlet==3.0.1
# via sqlalchemy
importlib-metadata==6.8.0
# via alembic
Expand All @@ -37,11 +37,11 @@ numpy==1.24.4
# contourpy
# matplotlib
# pandas
packaging==23.1
packaging==23.2
# via matplotlib
pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pyparsing==3.1.1
# via matplotlib
Expand Down
6 changes: 3 additions & 3 deletions edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.1
# via requests
idna==3.4
# via requests
Expand All @@ -18,9 +18,9 @@ pygments==2.16.1
# via rich
requests==2.31.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.5.3
rich==13.6.0
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.8.0
# via rich
urllib3==2.0.5
urllib3==2.0.7
# via requests
6 changes: 3 additions & 3 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
greenlet==2.0.2
greenlet==3.0.0
# via playwright
playwright==1.38.0
playwright==1.39.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
pyee==11.0.1
# via playwright
typing-extensions==4.8.0
# via
Expand Down
6 changes: 3 additions & 3 deletions edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache-to-disk==2.0.0
# via -r edx_repo_tools/repo_checks/extra.in
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via -r edx_repo_tools/repo_checks/extra.in
Expand All @@ -18,15 +18,15 @@ ghapi==1.0.4
# via -r edx_repo_tools/repo_checks/extra.in
idna==3.4
# via requests
packaging==23.1
packaging==23.2
# via
# fastcore
# ghapi
pyyaml==6.0.1
# via -r edx_repo_tools/repo_checks/extra.in
requests==2.31.0
# via -r edx_repo_tools/repo_checks/extra.in
urllib3==2.0.5
urllib3==2.0.7
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
30 changes: 16 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ cachecontrol==0.13.1
# via -r requirements/base.in
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
# -r requirements/base.in
# bowler
# moreorless
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
distlib==0.3.7
# via virtualenv
Expand All @@ -43,11 +43,11 @@ filelock==3.12.4
# virtualenv
fissix==21.11.13
# via bowler
gitdb==4.0.10
gitdb==4.0.11
# via gitpython
github3-py==4.0.1
# via -r requirements/base.in
gitpython==3.1.37
gitpython==3.1.40
# via -r requirements/base.in
idna==3.4
# via requests
Expand All @@ -61,17 +61,17 @@ more-itertools==10.1.0
# via -r requirements/base.in
moreorless==0.4.0
# via bowler
msgpack==1.0.6
msgpack==1.0.7
# via cachecontrol
packaging==23.1
packaging==23.2
# via
# pytest
# tox
path==16.7.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via
Expand All @@ -82,8 +82,10 @@ py==1.11.0
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via github3-py
pytest==7.4.2
# via
# github3-py
# pyjwt
pytest==7.4.3
# via
# -r requirements/base.in
# pytest-logging
Expand All @@ -105,9 +107,9 @@ requests==2.31.0
# -r requirements/base.in
# cachecontrol
# github3-py
ruamel-yaml==0.17.32
ruamel-yaml==0.18.2
# via -r requirements/base.in
ruamel-yaml-clib==0.2.7
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
six==1.16.0
# via
Expand All @@ -131,11 +133,11 @@ uritemplate==4.1.1
# via
# -r requirements/base.in
# github3-py
urllib3==2.0.5
urllib3==2.0.7
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
volatile==2.1.0
# via bowler
41 changes: 19 additions & 22 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fissix
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -28,11 +28,11 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand All @@ -49,7 +49,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -63,7 +63,7 @@ docutils==0.20.1
# via
# -r requirements/base.txt
# statistics
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/development.in
exceptiongroup==1.1.3
# via
Expand All @@ -82,13 +82,13 @@ fissix==21.11.13
# via
# -r requirements/base.txt
# bowler
gitdb==4.0.10
gitdb==4.0.11
# via
# -r requirements/base.txt
# gitpython
github3-py==4.0.1
# via -r requirements/base.txt
gitpython==3.1.37
gitpython==3.1.40
# via -r requirements/base.txt
idna==3.4
# via
Expand All @@ -106,8 +106,6 @@ jinja2==3.1.2
# via code-annotations
lazy==1.6
# via -r requirements/base.txt
lazy-object-proxy==1.9.0
# via astroid
lockfile==0.12.2
# via -r requirements/base.txt
markupsafe==2.1.3
Expand All @@ -120,11 +118,11 @@ moreorless==0.4.0
# via
# -r requirements/base.txt
# bowler
msgpack==1.0.6
msgpack==1.0.7
# via
# -r requirements/base.txt
# cachecontrol
packaging==23.1
packaging==23.2
# via
# -r requirements/base.txt
# build
Expand All @@ -140,7 +138,7 @@ pbr==5.11.1
# via stevedore
pip-tools==7.3.0
# via -r requirements/development.in
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/base.txt
# pylint
Expand All @@ -162,23 +160,24 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# github3-py
pylint==2.17.6
# pyjwt
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand All @@ -187,7 +186,7 @@ pytest==7.4.2
# pytest-xdist
pytest-logging==2015.11.4
# via -r requirements/base.txt
pytest-mock==3.11.1
pytest-mock==3.12.0
# via -r requirements/development.in
pytest-xdist==3.3.1
# via -r requirements/base.txt
Expand All @@ -212,9 +211,9 @@ requests==2.31.0
# responses
responses==0.23.3
# via -r requirements/development.in
ruamel-yaml==0.17.32
ruamel-yaml==0.18.2
# via -r requirements/base.txt
ruamel-yaml-clib==0.2.7
ruamel-yaml-clib==0.2.8
# via
# -r requirements/base.txt
# ruamel-yaml
Expand Down Expand Up @@ -261,14 +260,14 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# github3-py
urllib3==2.0.5
urllib3==2.0.7
# via
# -r requirements/base.txt
# requests
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/base.txt
# tox
Expand All @@ -278,8 +277,6 @@ volatile==2.1.0
# bowler
wheel==0.41.2
# via pip-tools
wrapt==1.15.0
# via astroid
zipp==3.17.0
# via importlib-metadata

Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
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.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
Loading