Skip to content

Commit

Permalink
fix: updated python certifi version
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jul 26, 2023
1 parent b087c5a commit bc15e33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/alarm/slack/slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
urllib5==5.0.0
certifi==2022.12.7
certifi==2023.22.7
chardet==3.0.4
idna==2.9
requests==2.31.0
2 changes: 1 addition & 1 deletion modules/analyzer/slack/slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
urllib5==5.0.0
certifi==2022.12.7
certifi==2023.22.7
chardet==3.0.4
idna==2.9
requests==2.31.0
2 changes: 1 addition & 1 deletion modules/config/slack/slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
urllib5==5.0.0
certifi==2022.12.7
certifi==2023.22.7
chardet==3.0.4
idna==2.9
requests==2.31.0

0 comments on commit bc15e33

Please sign in to comment.