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

Python Requirements Update #2443

Merged
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
3 changes: 2 additions & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,9 @@ pytz==2024.1
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.txt
pyyaml==6.0.1
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
# -r requirements/production.txt
# code-annotations
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ pytz==2024.1
# via
# -r requirements/base.in
# drf-yasg
pyyaml==6.0.1
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# code-annotations
# drf-yasg
# edx-django-release-util
Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,9 @@ pytz==2024.1
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.in
pyyaml==6.0.1
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# code-annotations
# drf-yasg
Expand Down
3 changes: 2 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,9 @@ pytz==2024.1
# -r requirements/base.txt
# django-ses
# drf-yasg
pyyaml==6.0.1
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/production.in
# code-annotations
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,9 @@ pytz==2024.1
# via
# -r requirements/base.txt
# drf-yasg
pyyaml==6.0.1
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# code-annotations
# drf-yasg
Expand Down
6 changes: 4 additions & 2 deletions requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ path==16.14.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
pyyaml==6.0.1
# via edx-i18n-tools
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# edx-i18n-tools
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
Expand Down
Loading