Skip to content

Commit

Permalink
Bump setuptools to 65.5.1 (#790)
Browse files Browse the repository at this point in the history
* Bump setuptools to 65.5.1

* lock-file
  • Loading branch information
epenet authored Feb 8, 2023
1 parent ad76a1b commit c15eabc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 6 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ urllib3 = "^1.26.14"
certifi = "^2022.12.07"
#ensure gitpython (for bandit/flake8-bandit) is greater than 3.1.30 to account for CVE-2022-24439
gitpython = "^3.1.30"
#ensure setuptools (for safety) is greater than 65.5.1 to account for CVE-2022-40897
setuptools = "^65.5.1"

[tool.poetry.extras]
cli = ["click", "tabulate", "dateparser"]
Expand Down

0 comments on commit c15eabc

Please sign in to comment.