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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ code-annotations==1.8.0
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -977,7 +977,7 @@ webencodings==0.5.1
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# bleach
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/dev.in
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ edx-celeryutils==1.3.0
# -r requirements/edx/kernel.in
# edx-name-affirmation
# super-csv
edx-codejail==3.5.1
edx-codejail==3.5.2
# via -r requirements/edx/kernel.in
edx-completion==4.7.3
# via -r requirements/edx/kernel.in
Expand Down Expand Up @@ -455,7 +455,7 @@ edx-drf-extensions==10.5.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.32.2
edx-enterprise==4.33.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -811,7 +811,7 @@ openedx-filters==1.11.0
# -r requirements/edx/kernel.in
# lti-consumer-xblock
# ora2
openedx-learning==0.17.0
openedx-learning==0.18.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
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 @@ code-annotations==1.8.0
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
cryptography==43.0.3
# via
Expand Down
Loading