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

chore: Upgrade Python requirements #313

Merged
merged 1 commit into from
Oct 22, 2024
Merged
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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ certifi==2024.8.30
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -47,7 +47,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -81,7 +81,7 @@ kombu==5.4.2
# via celery
logging-tree==1.10
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# sentry-sdk
Expand All @@ -94,7 +94,7 @@ packaging==24.1
# via
# gunicorn
# jira
pillow==10.4.0
pillow==11.0.0
# via jira
prompt-toolkit==3.0.48
# via click-repl
Expand All @@ -111,7 +111,7 @@ python-dateutil==2.9.0.post0
# github3-py
pyyaml==6.0.2
# via -r requirements/base.in
redis==5.1.0
redis==5.1.1
# via -r requirements/base.in
requests==2.32.3
# via
Expand All @@ -126,11 +126,11 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.14.0
sentry-sdk[flask]==2.17.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via jira
Expand Down
36 changes: 20 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrow==1.3.0
# via
# -r requirements/base.in
# rq-dashboard
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand All @@ -33,7 +33,7 @@ boltons==24.0.0
# via
# face
# glom
build==1.2.2
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
# via -r requirements/base.in
Expand All @@ -45,7 +45,7 @@ certifi==2024.8.30
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -73,9 +73,9 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/base.in
# oauthlib
Expand All @@ -88,6 +88,7 @@ docutils==0.21.2
# via
# readme-renderer
# sphinx
# sphinx-rtd-theme
edx-lint==5.4.0
# via -r requirements/dev.in
face==20.1.1
Expand Down Expand Up @@ -134,7 +135,7 @@ logging-tree==1.10
# via -r requirements/base.in
markdown-it-py==3.0.0
# via scriv
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# sentry-sdk
Expand All @@ -143,7 +144,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.2
mypy==1.12.1
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -162,7 +163,7 @@ packaging==24.1
# sphinx
pbr==6.1.0
# via stevedore
pillow==10.4.0
pillow==11.0.0
# via jira
pip-tools==7.4.1
# via -r requirements/dev.in
Expand Down Expand Up @@ -191,7 +192,7 @@ pylint==3.3.1
# pylint-pytest
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -235,7 +236,7 @@ pyyaml==6.0.2
# repo-tools-data-schema
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.1.0
redis==5.1.1
# via
# -r requirements/base.in
# redis-sentinel-url
Expand Down Expand Up @@ -271,7 +272,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.14.0
sentry-sdk[flask]==2.17.0
# via -r requirements/base.in
six==1.16.0
# via
Expand All @@ -280,12 +281,13 @@ six==1.16.0
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
sphinx-rtd-theme==0.5.1
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -295,6 +297,8 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/doc.in
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
Expand All @@ -309,11 +313,11 @@ tomlkit==0.13.2
# via pylint
types-cachetools==5.5.0.20240820
# via -r requirements/dev.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
types-pyyaml==6.0.12.20240917
# via -r requirements/dev.in
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
Expand Down Expand Up @@ -347,5 +351,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.1.0
setuptools==75.2.0
# via pip-tools
12 changes: 8 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ babel==2.16.0
# via sphinx
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
docutils==0.21.2
# via
# readme-renderer
# sphinx
# sphinx-rtd-theme
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
nh3==0.2.18
# via readme-renderer
Expand All @@ -40,12 +41,13 @@ six==1.16.0
# via sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
sphinx-rtd-theme==0.5.1
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -55,6 +57,8 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/doc.in
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -22,5 +22,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.1.0
setuptools==75.2.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
24 changes: 14 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ certifi==2024.8.30
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -51,9 +51,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/base.in
# oauthlib
Expand All @@ -64,6 +64,7 @@ docutils==0.21.2
# via
# readme-renderer
# sphinx
# sphinx-rtd-theme
face==20.1.1
# via glom
flask==3.0.3
Expand Down Expand Up @@ -99,7 +100,7 @@ kombu==5.4.2
# via celery
logging-tree==1.10
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# sentry-sdk
Expand All @@ -116,7 +117,7 @@ packaging==24.1
# jira
# pytest
# sphinx
pillow==10.4.0
pillow==11.0.0
# via jira
pluggy==1.5.0
# via pytest
Expand Down Expand Up @@ -158,7 +159,7 @@ pyyaml==6.0.2
# repo-tools-data-schema
readme-renderer==44.0
# via -r requirements/doc.in
redis==5.1.0
redis==5.1.1
# via -r requirements/base.in
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
# via -r requirements/test.in
Expand All @@ -181,20 +182,21 @@ requests-toolbelt==1.0.0
# via jira
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.14.0
sentry-sdk[flask]==2.17.0
# via -r requirements/base.in
six==1.16.0
# via
# python-dateutil
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
sphinx-rtd-theme==0.5.1
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -204,13 +206,15 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/doc.in
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via jira
Expand Down
Loading