Skip to content

Commit

Permalink
Merge pull request #331 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-1cf4b51

chore: Upgrade Python requirements
  • Loading branch information
feanil authored Jan 13, 2025
2 parents 1cf4b51 + 3e58edc commit c0b972a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ tzdata==2024.2
# kombu
uritemplate==4.1.1
# via github3-py
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# sentry-sdk
urlobject==2.4.3
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# sphinx
Expand Down Expand Up @@ -315,8 +315,9 @@ tzdata==2024.2
# kombu
uritemplate==4.1.1
# via github3-py
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# sentry-sdk
# types-requests
Expand All @@ -339,5 +340,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.7.0
setuptools==75.8.0
# via pip-tools
8 changes: 5 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nh3==0.2.20
# via readme-renderer
packaging==24.2
# via sphinx
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# sphinx
Expand Down Expand Up @@ -65,5 +65,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# 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.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.7.0
setuptools==75.8.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.7.0
setuptools==75.8.0
# via -r requirements/pip.in
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# sphinx
Expand Down Expand Up @@ -224,8 +224,9 @@ tzdata==2024.2
# kombu
uritemplate==4.1.1
# via github3-py
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# sentry-sdk
urlobject==2.4.3
Expand Down

0 comments on commit c0b972a

Please sign in to comment.