Skip to content

Commit

Permalink
Merge pull request #171 from praekeltfoundation/dependabot/pip/reques…
Browse files Browse the repository at this point in the history
…ts-2.31.0

Bump requests from 2.25.1 to 2.31.0
  • Loading branch information
erikh360 authored Jan 29, 2024
2 parents 5948d4a + 431f2b1 commit bc48622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
postgres_version: ['12', '13', '14']
postgres_version: ['14']
services:
postgres:
image: postgis/postgis:${{ matrix.postgres_version }}-3.4-alpine
Expand Down
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.25.1
requests==2.31.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.8.5",
"requests==2.25.1",
"requests==2.31.0",
"rapidpro-python==2.6.1",
"django-import-export==2.5.0",
]
Expand Down

0 comments on commit bc48622

Please sign in to comment.