Skip to content

Commit

Permalink
Merge pull request #208 from praekeltfoundation/test-and-deploy
Browse files Browse the repository at this point in the history
update requests version on setup as dependabot wants to update reques…
  • Loading branch information
Hlamallama authored May 27, 2024
2 parents 722a507 + e81104a commit b21acba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PyYAML==5.4
rapidpro-python==2.6.1
redis==4.4.4
regex==2020.7.14
requests==2.31.0
requests==2.32.0
responses==0.10.15
sentry-sdk==1.14.0
six==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements = [
"django-environ==0.4.5",
"psycopg2==2.9.9",
"requests==2.31.0",
"requests==2.32.0",
"rapidpro-python==2.6.1",
"django-import-export==2.5.0",
]
Expand Down

0 comments on commit b21acba

Please sign in to comment.