Skip to content

Commit

Permalink
Pin requests and urllib3 (#1881)
Browse files Browse the repository at this point in the history
[v1.2.18](https://github.com/grafana/oncall/releases/tag/v1.2.18) has
some issues with parsing responses from Slack due to using
`requests==2.30.0`, so pinning `requests` and `urllib3` to latest stable
versions from
[v1.2.17](https://github.com/grafana/oncall/releases/tag/v1.2.17).
  • Loading branch information
vstpme authored May 4, 2023
1 parent 02712e9 commit e2901a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ django-ipware==4.0.2
django-anymail==8.6
django-deprecate-fields==0.1.1
pymdown-extensions==9.11
requests==2.29.0
urllib3==1.26.15

0 comments on commit e2901a3

Please sign in to comment.