Skip to content

Commit

Permalink
Bump setuptools from 67.2.0 to 67.6.1
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.2.0 to 67.6.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v67.2.0...v67.6.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2023
1 parent 2046c84 commit 977617b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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 = "^67.2.0"
setuptools = "^67.6.1"

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

0 comments on commit 977617b

Please sign in to comment.