Skip to content

Commit

Permalink
deps: bump setuptools to ^75.1.0
Browse files Browse the repository at this point in the history
Versions of setuptools prior to 70.0.0 were vulnerable to a remote
execution exploit documented in CVE-2024-6345-setuptools.
  • Loading branch information
ChristopherMacGown committed Sep 18, 2024
1 parent 4b6fc18 commit ae0f5c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 11 additions & 7 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ asyncpg = { version = ">=0.28,<0.30", optional = true }
psycopg2-binary = { version = "^2.9.1", optional = true }
mysqlclient = { version = "^2.1.0", optional = true }
PyMySQL = { version = "^1.1.0", optional = true }
setuptools = "^75.1.0"


[tool.poetry.dependencies.orjson]
Expand Down

0 comments on commit ae0f5c3

Please sign in to comment.