Pin requests and urllib3 (#1881)

[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).
This commit is contained in:
Vadim Stepanov 2023-05-04 17:32:34 +01:00 committed by GitHub
parent 02712e9b10
commit e2901a335b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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