Skip to content

Commit 4e5a373

Browse files
Bump certifi from 2024.2.2 to 2024.7.4 in /Operator
Bumps [certifi](https://github.com/certifi/python-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-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6795b5 commit 4e5a373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Operator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotated-types==0.6.0
22
anyio==4.3.0
33
Authlib==1.3.1
4-
certifi==2024.2.2
4+
certifi==2024.7.4
55
cffi==1.16.0
66
charset-normalizer==3.3.2
77
click==8.1.7

Operator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
install_requires=[
1212
'annotated-types==0.6.0',
1313
'anyio==4.3.0',
14-
'certifi==2024.2.2',
14+
'certifi==2024.7.4',
1515
'click==8.1.7',
1616
'fastapi==0.110.2',
1717
'h11==0.14.0',

0 commit comments

Comments
 (0)