Skip to content

Commit 53eabd3

Browse files
SK-2872: upgrade request and python-dotenv dependencies to resolve CVEs
1 parent 161aa1a commit 53eabd3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pydantic >= 2.0.0
22
typing-extensions >= 4.0.0
33
PyJWT >= 2.12, < 3
4-
requests >= 2.28.0
4+
requests >= 2.33.0
55
cryptography >= 44.0.2
66
httpx >= 0.21.2
7-
python-dotenv >= 1.1.0, < 2
7+
python-dotenv >= 1.2.2, < 2
88
coverage >= 7.8.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
'pydantic >= 2.0.0',
3333
'typing-extensions >= 4.0.0',
3434
'PyJWT >= 2.12, < 3',
35-
'requests >= 2.28.0',
35+
'requests >= 2.33.0',
3636
'cryptography >= 44.0.2',
3737
'httpx >= 0.21.2',
38-
'python-dotenv >= 1.1.0, < 2',
38+
'python-dotenv >= 1.2.2, < 2',
3939
],
4040
extras_require={
4141
'dev': [

0 commit comments

Comments
 (0)