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

Merged
merged 1 commit into from
Sep 20, 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 @@ -69,15 +69,15 @@ glom==23.5.0
# via -r requirements/base.in
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.8
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jira==3.8.0
# via -r requirements/base.in
kombu==5.4.0
kombu==5.4.1
# via celery
logging-tree==1.10
# via -r requirements/base.in
Expand Down Expand Up @@ -126,7 +126,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.13.0
sentry-sdk[flask]==2.14.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
Expand All @@ -138,7 +138,7 @@ tzdata==2024.1
# via celery
uritemplate==4.1.1
# via github3-py
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# sentry-sdk
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ glom==23.5.0
# via -r requirements/base.in
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -128,7 +128,7 @@ jinja2==3.1.4
# sphinx
jira==3.8.0
# via -r requirements/base.in
kombu==5.4.0
kombu==5.4.1
# via celery
logging-tree==1.10
# via -r requirements/base.in
Expand Down Expand Up @@ -166,7 +166,7 @@ pillow==10.4.0
# via jira
pip-tools==7.4.1
# via -r requirements/dev.in
platformdirs==4.3.2
platformdirs==4.3.3
# via pylint
pluggy==1.5.0
# via pytest
Expand Down Expand Up @@ -226,7 +226,7 @@ python-dotenv==1.0.1
# via -r requirements/dev.in
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via -r requirements/test.in
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -271,7 +271,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.13.0
sentry-sdk[flask]==2.14.0
# via -r requirements/base.in
six==1.16.0
# via
Expand Down Expand Up @@ -313,7 +313,7 @@ types-python-dateutil==2.9.0.20240906
# via arrow
types-pyyaml==6.0.12.20240808
# via -r requirements/dev.in
types-requests==2.32.0.20240907
types-requests==2.32.0.20240914
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
Expand All @@ -323,7 +323,7 @@ tzdata==2024.1
# via celery
uritemplate==4.1.1
# via github3-py
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# sentry-sdk
Expand All @@ -345,5 +345,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.1.2
setuptools==75.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 @@ -16,7 +16,7 @@ docutils==0.21.2
# via
# readme-renderer
# sphinx
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -61,5 +61,5 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.2
urllib3==2.2.3
# via requests
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==74.1.2
setuptools==75.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==74.1.2
setuptools==75.0.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
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.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -95,7 +95,7 @@ jinja2==3.1.4
# sphinx
jira==3.8.0
# via -r requirements/base.in
kombu==5.4.0
kombu==5.4.1
# via celery
logging-tree==1.10
# via -r requirements/base.in
Expand Down Expand Up @@ -132,7 +132,7 @@ pyjwt[crypto]==2.9.0
# via
# github3-py
# oauthlib
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -150,7 +150,7 @@ python-dateutil==2.9.0.post0
# celery
# freezegun
# github3-py
pytz==2024.1
pytz==2024.2
# via -r requirements/test.in
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -181,7 +181,7 @@ requests-toolbelt==1.0.0
# via jira
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.13.0
sentry-sdk[flask]==2.14.0
# via -r requirements/base.in
six==1.16.0
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ tzdata==2024.1
# via celery
uritemplate==4.1.1
# via github3-py
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# sentry-sdk
Expand Down
Loading