Skip to content

Commit 9e32bb2

Browse files
[Cycode] Fix for vulnerable manifest file dependency - idna updated to version 3.7 (#178)
Co-authored-by: cycode-security[bot] <54410473+cycode-security[bot]@users.noreply.github.com>
1 parent 2ebf982 commit 9e32bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
certifi==2024.2.2
22
charset-normalizer==3.3.2
33
colorama==0.4.6
4-
idna==3.6
4+
idna==3.7
55
iniconfig==2.0.0
66
interchange==2021.0.4
77
loguru==0.7.2
@@ -19,4 +19,4 @@ requests==2.31.0
1919
six==1.16.0
2020
slack_sdk==3.27.1
2121
tqdm==4.66.2
22-
urllib3==2.2.1
22+
urllib3==2.2.1

0 commit comments

Comments
 (0)