Skip to content

Commit

Permalink
Requirements: upgrade Docker
Browse files Browse the repository at this point in the history
We are hitting an error with socket timeout on production when running long
commands.

See docker/docker-py#3125
  • Loading branch information
humitos committed May 23, 2023
1 parent 20c06ab commit 885e3a3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ djangorestframework==3.14.0
# drf-extensions
djangorestframework-jsonp==1.0.2
# via -r requirements/pip.txt
docker==6.1.0
docker==6.1.2
# via -r requirements/pip.txt
docutils==0.17.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ djangorestframework==3.14.0
# drf-extensions
djangorestframework-jsonp==1.0.2
# via -r requirements/pip.txt
docker==6.1.0
docker==6.1.2
# via -r requirements/pip.txt
docutils==0.17.1
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ django-formtools<2.4
# django.template.exceptions.TemplateDoesNotExist: bootstrap/field.html
django-crispy-forms<2

docker
# Force to upgrade to a version with a fix for socket timeouts
# https://docker-py.readthedocs.io/en/stable/change-log.html#bugfixes
docker==6.1.2

django-annoying
django-messages-extends
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ djangorestframework==3.14.0
# drf-extensions
djangorestframework-jsonp==1.0.2
# via -r requirements/pip.in
docker==6.1.0
docker==6.1.2
# via -r requirements/pip.in
docutils==0.17.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ djangorestframework==3.14.0
# drf-extensions
djangorestframework-jsonp==1.0.2
# via -r requirements/pip.txt
docker==6.1.0
docker==6.1.2
# via -r requirements/pip.txt
docutils==0.17.1
# via
Expand Down

0 comments on commit 885e3a3

Please sign in to comment.