Skip to content

Commit

Permalink
fix: avoid CVEs reported by safety check (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaylet authored Oct 6, 2023
1 parent f7bb0d9 commit fb35d87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install_requires =
python-dateutil
click
setuptools >=65.5.1 # https://pyup.io/v/52495/f17 (reported by `safety check`)
certifi >=2023.07.22 # avoid CVE-2023-37920 (reported by `safety check`)

[options.packages.find]
exclude =
Expand Down Expand Up @@ -119,6 +120,7 @@ dev =
types-protobuf
pre-commit
bandit
GitPython >=3.1.35 # avoid CVE-2023-41040, CVE-2023-40267 and CVE-2023-40590 (reported by `safety check`)
safety

[options.entry_points]
Expand Down

0 comments on commit fb35d87

Please sign in to comment.