Skip to content

Commit

Permalink
fix: pin urllib3 in user retirement scripts (#35699)
Browse files Browse the repository at this point in the history
* fix: pin urllib3 in user_retirement scripts
  • Loading branch information
UsamaSadiq authored Oct 22, 2024
1 parent 6d53952 commit fcf78db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions scripts/user_retirement/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down

0 comments on commit fcf78db

Please sign in to comment.