Skip to content

Commit 9801a6b

Browse files
chore(deps): bump certifi in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [certifi](https://github.com/certifi/python-certifi). Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](certifi/python-certifi@2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba21936 commit 9801a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
authors = [{ name = "Bill Maxwell", email = "[email protected]" }]
1111
license = { file = "LICENSE" }
1212
dependencies = [
13-
"certifi==2024.2.2",
13+
"certifi==2024.7.4",
1414
"charset-normalizer==3.3.2",
1515
"httpx==0.27.0",
1616
"idna==3.6",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2024.2.2
1+
certifi==2024.7.4
22
charset-normalizer==3.3.2
33
idna==3.6
44
requests==2.31.0

0 commit comments

Comments
 (0)