fix: pin urllib3 in user retirement scripts (#35699)
* fix: pin urllib3 in user_retirement scripts
This commit is contained in:
@@ -2099,7 +2099,7 @@ tomlkit==0.13.2
|
||||
# -r requirements/edx/testing.txt
|
||||
# pylint
|
||||
# snowflake-connector-python
|
||||
tox==4.23.0
|
||||
tox==4.23.1
|
||||
# via -r requirements/edx/testing.txt
|
||||
tqdm==4.66.5
|
||||
# via
|
||||
|
||||
@@ -1556,7 +1556,7 @@ tomlkit==0.13.2
|
||||
# -r requirements/edx/base.txt
|
||||
# pylint
|
||||
# snowflake-connector-python
|
||||
tox==4.23.0
|
||||
tox==4.23.1
|
||||
# via -r requirements/edx/testing.in
|
||||
tqdm==4.66.5
|
||||
# via
|
||||
|
||||
@@ -11,3 +11,7 @@ unicodecsv
|
||||
simplejson
|
||||
simple-salesforce
|
||||
google-api-python-client
|
||||
|
||||
# urllib3 is needed for the user_retirement scripts
|
||||
# constraint will be investigated and removed in a separate issue
|
||||
urllib3<2.0.0
|
||||
|
||||
@@ -158,8 +158,9 @@ unicodecsv==0.14.1
|
||||
# via -r scripts/user_retirement/requirements/base.in
|
||||
uritemplate==4.1.1
|
||||
# via google-api-python-client
|
||||
urllib3==2.2.3
|
||||
urllib3==1.26.20
|
||||
# via
|
||||
# -r scripts/user_retirement/requirements/base.in
|
||||
# botocore
|
||||
# requests
|
||||
zeep==4.3.1
|
||||
|
||||
@@ -266,7 +266,7 @@ uritemplate==4.1.1
|
||||
# via
|
||||
# -r scripts/user_retirement/requirements/base.txt
|
||||
# google-api-python-client
|
||||
urllib3==2.2.3
|
||||
urllib3==1.26.20
|
||||
# via
|
||||
# -r scripts/user_retirement/requirements/base.txt
|
||||
# botocore
|
||||
|
||||
Reference in New Issue
Block a user