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

Merged
merged 1 commit into from
Mar 10, 2025
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.5
jinja2==3.1.6
# via flask
jira==3.8.0
# via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.3.1
# via kombu
arrow==1.3.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
astroid==3.3.8
astroid==3.3.9
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -117,7 +117,7 @@ isort==6.0.1
# pylint
itsdangerous==2.2.0
# via flask
jinja2==3.1.5
jinja2==3.1.6
# via
# code-annotations
# flask
Expand Down Expand Up @@ -179,7 +179,7 @@ pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pylint==3.3.4
pylint==3.3.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -305,7 +305,7 @@ types-python-dateutil==2.9.0.20241206
# via arrow
types-pyyaml==6.0.12.20241230
# via -r requirements/dev.in
types-requests==2.32.0.20250301
types-requests==2.32.0.20250306
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
Expand Down Expand Up @@ -342,7 +342,7 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.8.2
setuptools==76.0.0
# via
# pbr
# pip-tools
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.5
jinja2==3.1.6
# via sphinx
markupsafe==3.0.2
# via jinja2
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.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
# via pip-tools
setuptools==75.8.2
setuptools==76.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 @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.2
setuptools==76.0.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.5
jinja2==3.1.6
# via
# flask
# sphinx
Expand Down