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

Closed
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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,12 @@ edx-toggles==5.2.0
# -r requirements/doc.txt
# -r requirements/test-master.txt
# -r requirements/test.txt
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
# -r requirements/test.txt
faker==26.3.0
faker==27.0.0
# via
# -r requirements/doc.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -802,7 +802,7 @@ sortedcontainers==2.4.0
# -r requirements/test-master.txt
# -r requirements/test.txt
# snowflake-connector-python
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/doc.txt
# beautifulsoup4
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ edx-tincan-py35==1.0.0
# via -r requirements/test-master.txt
edx-toggles==5.2.0
# via -r requirements/test-master.txt
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
faker==26.3.0
faker==27.0.0
# via factory-boy
filelock==3.15.4
# via
Expand Down Expand Up @@ -447,7 +447,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test-master.txt
# snowflake-connector-python
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
# via
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.23.3
edx-enterprise==4.23.8
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -633,9 +633,7 @@ idna==3.7
# snowflake-connector-python
# yarl
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/kernel.in
# via -r requirements/edx/kernel.in
inflection==0.5.1
# via
# drf-spectacular
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ edx-tincan-py35==1.0.0
# via -r requirements/test-master.txt
edx-toggles==5.2.0
# via -r requirements/test-master.txt
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
faker==26.3.0
faker==27.0.0
# via factory-boy
filelock==3.15.4
# via
Expand Down
Loading