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

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
4 changes: 2 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# via -r requirements/edx/github.in
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/github.in
-e .
-e file:///home/runner/work/edx-platform/edx-platform
# via -r requirements/edx/local.in
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/github.in
Expand Down Expand Up @@ -563,7 +563,7 @@ event-tracking==2.1.0
# edx-search
fastavro==1.5.4
# via openedx-events
frozenlist==1.3.0
frozenlist==1.3.1
# via
# aiohttp
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
chardet==5.0.0
# via diff-cover
coverage==6.4.2
coverage==6.4.3
# via -r requirements/edx/coverage.in
diff-cover==6.5.1
# via -r requirements/edx/coverage.in
Expand Down
13 changes: 7 additions & 6 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/testing.txt
-e .
-e file:///home/runner/work/edx-platform/edx-platform
# via -r requirements/edx/testing.txt
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/testing.txt
Expand Down Expand Up @@ -216,7 +216,7 @@ coreschema==0.0.4
# -r requirements/edx/testing.txt
# coreapi
# drf-yasg
coverage[toml]==6.4.2
coverage[toml]==6.4.3
# via
# -r requirements/edx/testing.txt
# pytest-cov
Expand Down Expand Up @@ -713,7 +713,7 @@ filelock==3.7.1
# virtualenv
freezegun==1.2.1
# via -r requirements/edx/testing.txt
frozenlist==1.3.0
frozenlist==1.3.1
# via
# -r requirements/edx/testing.txt
# aiohttp
Expand Down Expand Up @@ -827,7 +827,7 @@ jsonfield==3.1.0
# lti-consumer-xblock
# ora2
# outcome-surveys
jsonschema==4.9.0
jsonschema==4.9.1
# via sphinxcontrib-openapi
jwcrypto==1.3.1
# via
Expand Down Expand Up @@ -1075,8 +1075,9 @@ pyblake2==1.1.2
# -r requirements/edx/testing.txt
# blockstore
pycodestyle==2.8.0
# via
# -c requirements/edx/../constraints.txt
# via -r requirements/edx/testing.txt
# -r requirements/edx/testing.txt
pycountry==22.3.5
# via -r requirements/edx/testing.txt
pycparser==2.21
Expand Down Expand Up @@ -1569,7 +1570,7 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.16.2
virtualenv==20.16.3
# via
# -r requirements/edx/testing.txt
# tox
Expand Down
11 changes: 6 additions & 5 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# via -r requirements/edx/base.txt
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/base.txt
-e .
-e file:///home/runner/work/edx-platform/edx-platform
# via -r requirements/edx/base.txt
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/base.txt
Expand Down Expand Up @@ -204,7 +204,7 @@ coreschema==0.0.4
# -r requirements/edx/base.txt
# coreapi
# drf-yasg
coverage[toml]==6.4.2
coverage[toml]==6.4.3
# via
# -r requirements/edx/coverage.txt
# pytest-cov
Expand Down Expand Up @@ -684,7 +684,7 @@ filelock==3.7.1
# virtualenv
freezegun==1.2.1
# via -r requirements/edx/testing.in
frozenlist==1.3.0
frozenlist==1.3.1
# via
# -r requirements/edx/base.txt
# aiohttp
Expand Down Expand Up @@ -1010,8 +1010,9 @@ pyblake2==1.1.2
# -r requirements/edx/base.txt
# blockstore
pycodestyle==2.8.0
# via
# -c requirements/edx/../constraints.txt
# via -r requirements/edx/testing.in
# -r requirements/edx/testing.in
pycountry==22.3.5
# via -r requirements/edx/base.txt
pycparser==2.21
Expand Down Expand Up @@ -1447,7 +1448,7 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.16.2
virtualenv==20.16.3
# via tox
voluptuous==0.13.1
# via
Expand Down