Skip to content

Commit b707247

Browse files
Pin requests due to bug with connecting to DVLA
We updated requests in #4108 but we saw errors in production connecting to DVLA as per psf/requests#6730. It looks like moving back to 2.32.2 should be unaffected, at least according to the github issue above. Once a new version is released that fixes it, we can drop this pin. If it doesn't get fixed we could look at an alternative approach like #4113
1 parent 2a14ae8 commit b707247

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ itsdangerous==2.1.2
1616
jsonschema[format]==4.16.0
1717
marshmallow-sqlalchemy==0.28.1
1818
marshmallow==3.18.0
19+
# Requests pinned to 2.32.2 until https://github.com/psf/requests/issues/6730 is fixed. Once so, we can remove this pin
20+
requests==2.32.2
1921
psycopg2-binary==2.9.6
2022
PyJWT==2.5.0
2123
SQLAlchemy==1.4.41

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ pyyaml==6.0.1
203203
# via notifications-utils
204204
redis==4.5.4
205205
# via flask-redis
206-
requests==2.32.3
206+
requests==2.32.2
207207
# via
208+
# -r requirements.in
208209
# govuk-bank-holidays
209210
# notifications-python-client
210211
# notifications-utils

0 commit comments

Comments
 (0)