Skip to content

Commit

Permalink
removed certifi from requirements.in as it was referencing an old ver…
Browse files Browse the repository at this point in the history
…sion from an override
  • Loading branch information
MonicaG committed Aug 9, 2023
1 parent 5551ecd commit 27d64f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ pytest>=7.2.2
PyYAML>=6.0
requests>=2.31.0
responses>=0.23.1
tweepy>=4.13.0
certifi>=2022.12.7 # bump certifi for securtiy update, as requests has not updated it yet
tweepy>=4.13.0
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
attrs==20.3.0
# via pytest
certifi==2023.7.22
# via
# -r requirements.in
# requests
# via requests
charset-normalizer==2.0.9
# via requests
idna==2.8
Expand Down

0 comments on commit 27d64f4

Please sign in to comment.