Skip to content

Commit ef44ef3

Browse files
authored
Update requirements.txt (#271)
update requests to 2.32.2 and certifi to 2024.7.4 for security vulnerabilities
1 parent 3fb12db commit ef44ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for core AutoTransform
22
aiohttp==3.9.4
33
idna==3.7
4-
certifi==2024.2.2
4+
certifi==2024.7.4
55
urllib3==2.2.1
66
GitPython==3.1.43
77
ghapi==1.0.5
@@ -10,7 +10,7 @@ colorama==0.4.6
1010
pytz==2024.1
1111
pydantic==2.7.1
1212
libcst==1.3.1
13-
requests==2.31.0
13+
requests==2.32.2
1414
codeowners==0.7.0
1515
openai==1.24.1
1616
anthropic==0.25.7
@@ -36,4 +36,4 @@ pytest==8.2.0
3636
mock==5.1.0
3737

3838
# Build Requirements
39-
build==1.2.1
39+
build==1.2.1

0 commit comments

Comments
 (0)