Skip to content

Commit

Permalink
fix: pin urllib3. Fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed May 19, 2023
1 parent 60bca95 commit 505d34e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion {{cookiecutter.project_slug}}/backend/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ django-environ==0.9.0
django-model-utils==4.3.1
django-redis==5.2.0
Pillow==9.4.0
# urllib3<1.27,>=1.25.4 (from botocore==1.29.133), see #60
urllib3<1.27

{%- if cookiecutter.use_compressor == "y" %}
django-compressor==4.1
Expand All @@ -23,4 +25,4 @@ redis~=4.4.0
django-cors-headers==3.13.0
djangorestframework~=3.14.0
drf-spectacular==0.25.1
{%- endif %}
{%- endif %}

0 comments on commit 505d34e

Please # to comment.