Skip to content

Commit cee3b5f

Browse files
authored
[SYNPY-1593] Enforce minimum httpcore dependency to prevent critical CVE
[SYNPY-1593] Enforce minimum httpcore dependency to prevent critical CVE
1 parent 6e645d8 commit cee3b5f

File tree

3 files changed

+319
-335
lines changed

3 files changed

+319
-335
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
path: |
8484
${{ steps.get-dependencies.outputs.site_packages_loc }}
8585
${{ steps.get-dependencies.outputs.site_bin_dir }}
86-
key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v21
86+
key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v22
8787

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

0 commit comments

Comments
 (0)