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

Merged
merged 1 commit into from
Jan 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
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand All @@ -198,7 +200,7 @@ xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.7.0
# via
# -r requirements/base.in
# fs
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ event-tracking==3.0.0
# via -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.0
# via factory-boy
fastavro==1.10.0
# via openedx-events
Expand Down Expand Up @@ -250,7 +250,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# diff-cover
# readme-renderer
Expand Down Expand Up @@ -362,16 +362,17 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# twine
vine==5.1.0
# via
# amqp
# celery
# kombu
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ event-tracking==3.0.0
# via -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.0
# via factory-boy
fastavro==1.10.0
# via openedx-events
Expand Down Expand Up @@ -173,7 +173,7 @@ pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -272,8 +272,10 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand Down
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 /home/runner/work/completion/completion/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
9 changes: 5 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ event-tracking==3.0.0
# via -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.0
# via factory-boy
fastavro==1.10.0
# via openedx-events
Expand Down Expand Up @@ -205,7 +205,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -307,8 +307,9 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# twine
vine==5.1.0
Expand All @@ -328,7 +329,7 @@ xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.7.0
# via
# -r requirements/base.in
# fs
8 changes: 5 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ event-tracking==3.0.0
# via -r requirements/base.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.0
# via factory-boy
fastavro==1.10.0
# via openedx-events
Expand Down Expand Up @@ -209,8 +209,10 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand Down
Loading