Skip to content

Commit da0d125

Browse files
authored
[SYNPY-1737] Switch urllib3 to version 2 (#1299)
* Update dependencies in setup.cfg: switch urllib3 to version 2 and remove version constraints for compatibility * Update urllib3 dependency to version 2.6.0 for compatibility * Include filelock upgrade too
1 parent 4531c2b commit da0d125

File tree

3 files changed

+1411
-986
lines changed

3 files changed

+1411
-986
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
path: |
8585
${{ steps.get-dependencies.outputs.site_packages_loc }}
8686
${{ steps.get-dependencies.outputs.site_bin_dir }}
87-
key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v29
87+
key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v30
8888

8989
- name: Install py-dependencies
9090
if: steps.cache-dependencies.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)