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

Unpin Click - issue #35279 #36191

Open
wants to merge 2 commits 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
5 changes: 0 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ algoliasearch<4.0.0
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35280
celery>=5.2.2,<6.0.0

# Date: 2021-05-17
# greater version breaking upgrade builds
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35279
click==8.1.6

# Date: 2022-07-20
# edx-enterprise, snowflake-connector-python require charset-normalizer==2.0.0
# Can be removed once snowflake-connector-python>2.7.9 is released with the fix.
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ cffi==1.17.1
# via cryptography
chem==1.3.0
# via -r requirements/edx-sandbox/base.in
click==8.1.6
# via
# -c requirements/edx-sandbox/../constraints.txt
# nltk
click==8.1.8
# via nltk
codejail-includes==1.0.0
# via -r requirements/edx-sandbox/base.in
contourpy==1.3.1
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/assets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# make upgrade
#
click==8.1.6
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/assets.in
click==8.1.8
# via -r requirements/edx/assets.in
libsass==0.10.0
# via
# -c requirements/edx/../constraints.txt
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ charset-normalizer==2.0.12
# snowflake-connector-python
chem==1.3.0
# via -r requirements/edx/kernel.in
click==8.1.6
click==8.1.8
# via
# -c requirements/edx/../constraints.txt
# celery
# click-didyoumean
# click-plugins
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,8 @@ chem==1.3.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
click==8.1.6
click==8.1.8
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/assets.txt
# -r requirements/edx/development.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ charset-normalizer==2.0.12
# snowflake-connector-python
chem==1.3.0
# via -r requirements/edx/base.txt
click==8.1.6
click==8.1.8
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# celery
# click-didyoumean
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ charset-normalizer==2.0.12
# via
# -c requirements/edx/../constraints.txt
# requests
click==8.1.6
click==8.1.8
# via
# -c requirements/edx/../constraints.txt
# click-option-group
# semgrep
click-option-group==0.5.6
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ charset-normalizer==2.0.12
# snowflake-connector-python
chem==1.3.0
# via -r requirements/edx/base.txt
click==8.1.6
click==8.1.8
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# celery
# click-didyoumean
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.6
# via
# -c requirements/constraints.txt
# pip-tools
click==8.1.8
# via pip-tools
packaging==24.2
# via build
pip-tools==7.4.1
Expand Down
3 changes: 1 addition & 2 deletions scripts/structures_pruning/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
#
# make upgrade
#
click==8.1.6
click==8.1.8
# via
# -c scripts/structures_pruning/requirements/../../../requirements/constraints.txt
# -r scripts/structures_pruning/requirements/base.in
# click-log
click-log==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/structures_pruning/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.1.6
click==8.1.8
# via
# -r scripts/structures_pruning/requirements/base.txt
# click-log
Expand Down
3 changes: 1 addition & 2 deletions scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ charset-normalizer==2.0.12
# via
# -c scripts/user_retirement/requirements/../../../requirements/constraints.txt
# requests
click==8.1.6
click==8.1.8
# via
# -c scripts/user_retirement/requirements/../../../requirements/constraints.txt
# -r scripts/user_retirement/requirements/base.in
# edx-django-utils
cryptography==44.0.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ charset-normalizer==2.0.12
# via
# -r scripts/user_retirement/requirements/base.txt
# requests
click==8.1.6
click==8.1.8
# via
# -r scripts/user_retirement/requirements/base.txt
# edx-django-utils
Expand Down
Loading