Skip to content

Commit 74c9bbb

Browse files
committed
Update dependencies in setup.cfg: switch urllib3 to version 2 and remove version constraints for compatibility
1 parent 4361257 commit 74c9bbb

File tree

3 files changed

+1410
-985
lines changed

3 files changed

+1410
-985
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)