Skip to content

Commit

Permalink
Merge pull request #402 from akaihola/upgrade-vulnerabilities-2022-11
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored Dec 28, 2022
2 parents c7f6f29 + a759087 commit 9523f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
# strict dependency resolution added in pip 20.3
python -m pip install --upgrade 'pip>=20.3'
# CVE-2021-3572 fixed in pip 21.1
python -m pip install --upgrade 'pip>=21.1'
pip install \
--constraint=constraints-future.txt \
--upgrade \
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ test =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
airium>=0.2.3
black>=21.7b1 # to prevent Mypy error about `gen_python_files`, see issue #189
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
defusedxml>=0.7.1
isort>=5.0.1
pygments
Expand All @@ -65,6 +66,7 @@ test =
twine>=2.0.0
types-requests>=2.27.9
types-toml>=0.10.4
urllib3>=1.25.9 # through requests-cache and twine, fixes CVE-2020-26137
wheel>=0.21.0
release =
airium>=0.2.3
Expand Down

0 comments on commit 9523f8f

Please sign in to comment.