Skip to content

Commit

Permalink
Bump setuptools from 73.0.1 to 74.1.2
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 74.1.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.1...v74.1.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent e8f90b5 commit 7fba47b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ configparser = ">=5.3,<8.0"
prettytable="^3.6.0"
yara-python = "^4.5.1"
disposable-email-domains = ">=0.0.103,<0.0.105"
setuptools = ">=70.3,<74.0"
setuptools = ">=70.3,<75.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.4.1"
coverage = "^7.2.7"
flake8 = ">=5.0.4,<8.0.0"
pytest = ">=7.4,<9.0"
setuptools = ">=65.6.3,<74.0.0"
setuptools = ">=65.6.3,<75.0.0"
pytest-mock = "^3.11.1"
sarif-tools = "^2.0.0"

Expand Down

0 comments on commit 7fba47b

Please sign in to comment.