Skip to content

Commit

Permalink
fix(Dev): Upgrade dockerpy to fix the pipelines runner in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Jun 27, 2024
1 parent 9550577 commit 26cfa46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pip-tools

# development
coverage[toml]
docker
docker==7.1.0

# Data worker
# (unpin or update with great caution, subtle issues can arise with new versions)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,15 @@ django-postgres-queue==1.0.0
# via -r requirements.in
django-storages[google]==1.14.2
# via -r requirements.in
docker==7.0.0
docker==7.1.0
# via -r requirements.in
fiona==1.9.5
# via geopandas
geopandas==0.14.1
# via -r requirements.in
google-api-core[grpc]==2.15.0
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-iam
Expand Down Expand Up @@ -204,7 +205,6 @@ oauthlib==3.2.2
packaging==23.2
# via
# build
# docker
# geopandas
# gunicorn
pandas==2.1.4
Expand Down

0 comments on commit 26cfa46

Please sign in to comment.