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 #302

Merged
merged 1 commit into from
Sep 3, 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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
certifi==2024.7.4
certifi==2024.8.30
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -69,7 +69,7 @@ glom==23.5.0
# via -r requirements/base.in
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
itsdangerous==2.2.0
# via flask
Expand Down Expand Up @@ -130,7 +130,7 @@ sentry-sdk[flask]==2.13.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via arrow
typing-extensions==4.12.2
# via jira
Expand All @@ -151,5 +151,5 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
certifi==2024.7.4
certifi==2024.8.30
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -88,7 +88,7 @@ docutils==0.21.2
# via
# readme-renderer
# sphinx
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/dev.in
face==20.1.1
# via glom
Expand All @@ -108,7 +108,7 @@ glom==23.5.0
# via -r requirements/base.in
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -143,7 +143,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.1
mypy==1.11.2
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -160,7 +160,7 @@ packaging==24.1
# jira
# pytest
# sphinx
pbr==6.0.0
pbr==6.1.0
# via stevedore
pillow==10.4.0
# via jira
Expand All @@ -182,7 +182,7 @@ pyjwt[crypto]==2.9.0
# via
# github3-py
# oauthlib
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -301,15 +301,15 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-cachetools==5.4.0.20240717
types-cachetools==5.5.0.20240820
# via -r requirements/dev.in
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via arrow
types-pyyaml==6.0.12.20240808
# via -r requirements/dev.in
Expand Down Expand Up @@ -337,13 +337,13 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==72.2.0
setuptools==74.0.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ alabaster==1.0.0
# via sphinx
babel==2.16.0
# via sphinx
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.21.2
# via
# readme-renderer
# sphinx
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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==72.2.0
setuptools==74.0.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==72.2.0
setuptools==74.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
certifi==2024.7.4
certifi==2024.8.30
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -81,7 +81,7 @@ glom==23.5.0
# via -r requirements/base.in
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -210,7 +210,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240821
# via arrow
typing-extensions==4.12.2
# via jira
Expand All @@ -231,5 +231,5 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
Loading