Skip to content

Commit

Permalink
fix vulnerabilities reported in S360
Browse files Browse the repository at this point in the history
  • Loading branch information
lesscodingmorehappiness committed Sep 10, 2024
1 parent 48e711d commit 3a563cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 65", "setuptools_scm[toml] >= 6.2"]
requires = ["setuptools >= 70", "setuptools_scm[toml] >= 6.2"]
build-backend = "setuptools.build_meta"


Expand Down Expand Up @@ -27,6 +27,7 @@ dependencies = [
"spurplus ~= 2.3.5",
"websockets ~= 10.3",
"charset_normalizer ~= 2.1.1",
"zipp ~= 3.19.1",
]
dynamic = ["version"]
license = {text = "MIT"}
Expand All @@ -50,7 +51,7 @@ azure = [
"azure-mgmt-resource ~= 21.0.0",
"azure-mgmt-serialconsole ~= 1.0.0",
"azure-mgmt-storage ~= 20.0.0",
"azure-storage-blob ~= 12.11.0",
"azure-storage-blob ~= 12.13.0",
"azure-storage-file-share ~= 12.16.0",
"azure-keyvault-secrets ~= 4.7.0",
"azure-keyvault-certificates ~= 4.7.0",
Expand Down

0 comments on commit 3a563cf

Please sign in to comment.