Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 5d5d084 commit ece0461
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ urllib3 = ">=1.26.15,<3.0.0"
#ensure certifi (for requests/sphinx) is greater than 2023.7.22 to account for CVE-2023-37920
certifi = ">=2023.7.22,<2025.0.0"
#ensure setuptools (for safety) is greater than 65.5.1 to account for CVE-2022-40897
setuptools = ">=67.6.1,<70.0.0"
setuptools = ">=67.6.1,<71.0.0"
#ensure frozenlist (for aiohttp) is greater than 1.3.1 to account for Python 3.11
frozenlist = "^1.3.1"
#ensure multidict (for aiohttp) is greater than 6.0.3 to account for Python 3.11
Expand Down

0 comments on commit ece0461

Please sign in to comment.