Skip to content

Commit

Permalink
Update docker version. (#203)
Browse files Browse the repository at this point in the history
* Set lower bound on docker version

From my experience, the docker version must be >= 4.0.0

* Update `requirements/*.txt`.

Co-authored-by: Naomi Elstein <[email protected]>
  • Loading branch information
tillahoffmann and naomielst authored Apr 10, 2022
1 parent 8119ccc commit a2bc91e
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 51 deletions.
20 changes: 10 additions & 10 deletions requirements/3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ flake8==3.7.9
# via -r requirements.in
google-api-core[grpc]==2.7.1
# via google-cloud-pubsub
google-auth==2.6.2
google-auth==2.6.3
# via google-api-core
google-cloud-pubsub==1.7.0
google-cloud-pubsub==1.7.1
# via testcontainers
googleapis-common-protos[grpc]==1.56.0
# via
Expand All @@ -82,15 +82,15 @@ googleapis-common-protos[grpc]==1.56.0
# grpcio-status
greenlet==1.1.2
# via sqlalchemy
grpc-google-iam-v1==0.12.3
grpc-google-iam-v1==0.12.4
# via google-cloud-pubsub
grpcio==1.45.0
grpcio==1.44.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.45.0
grpcio-status==1.44.0
# via google-api-core
idna==3.3
# via requests
Expand Down Expand Up @@ -155,15 +155,15 @@ pyflakes==2.1.1
# via flake8
pygments==2.11.2
# via sphinx
pymongo==4.0.2
pymongo==4.1.0
# via testcontainers
pymssql==2.2.4
# via testcontainers
pymysql==1.0.2
# via testcontainers
pynacl==1.5.0
# via paramiko
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pyrsistent==0.18.0
# via jsonschema
Expand All @@ -184,7 +184,7 @@ pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==5.4.1
# via docker-compose
redis==4.2.0
redis==4.2.2
# via testcontainers
requests==2.27.1
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy==1.4.32
sqlalchemy==1.4.35
# via testcontainers
texttable==1.6.4
# via docker-compose
Expand All @@ -237,7 +237,7 @@ typing-extensions==4.1.1
# redis
tzdata==2022.1
# via pytz-deprecation-shim
tzlocal==4.1
tzlocal==4.2
# via clickhouse-driver
urllib3==1.26.9
# via
Expand Down
24 changes: 12 additions & 12 deletions requirements/3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ flake8==3.7.9
# via -r requirements.in
google-api-core[grpc]==2.7.1
# via google-cloud-pubsub
google-auth==2.6.2
google-auth==2.6.3
# via google-api-core
google-cloud-pubsub==1.7.0
google-cloud-pubsub==1.7.1
# via testcontainers
googleapis-common-protos[grpc]==1.56.0
# via
Expand All @@ -93,15 +93,15 @@ googleapis-common-protos[grpc]==1.56.0
# grpcio-status
greenlet==1.1.2
# via sqlalchemy
grpc-google-iam-v1==0.12.3
grpc-google-iam-v1==0.12.4
# via google-cloud-pubsub
grpcio==1.45.0
grpcio==1.44.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.45.0
grpcio-status==1.44.0
# via google-api-core
h11==0.13.0
# via wsproto
Expand Down Expand Up @@ -148,7 +148,7 @@ pika==1.2.0
# via testcontainers
pluggy==1.0.0
# via pytest
protobuf==3.19.4
protobuf==3.20.0
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -171,7 +171,7 @@ pyflakes==2.1.1
# via flake8
pygments==2.11.2
# via sphinx
pymongo==4.0.2
pymongo==4.1.0
# via testcontainers
pymssql==2.2.4
# via testcontainers
Expand All @@ -181,7 +181,7 @@ pynacl==1.5.0
# via paramiko
pyopenssl==22.0.0
# via urllib3
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pyrsistent==0.18.1
# via jsonschema
Expand All @@ -204,7 +204,7 @@ pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==5.4.1
# via docker-compose
redis==4.2.0
redis==4.2.2
# via testcontainers
requests==2.27.1
# via
Expand Down Expand Up @@ -246,7 +246,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy==1.4.32
sqlalchemy==1.4.35
# via testcontainers
texttable==1.6.4
# via docker-compose
Expand All @@ -268,7 +268,7 @@ typing-extensions==4.1.1
# redis
tzdata==2022.1
# via pytz-deprecation-shim
tzlocal==4.1
tzlocal==4.2
# via clickhouse-driver
urllib3[secure,socks]==1.26.9
# via
Expand All @@ -284,7 +284,7 @@ wrapt==1.14.0
# testcontainers
wsproto==1.1.0
# via trio-websocket
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
26 changes: 12 additions & 14 deletions requirements/3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ flake8==3.7.9
# via -r requirements.in
google-api-core[grpc]==2.7.1
# via google-cloud-pubsub
google-auth==2.6.2
google-auth==2.6.3
# via google-api-core
google-cloud-pubsub==1.7.0
google-cloud-pubsub==1.7.1
# via testcontainers
googleapis-common-protos[grpc]==1.56.0
# via
Expand All @@ -91,15 +91,15 @@ googleapis-common-protos[grpc]==1.56.0
# grpcio-status
greenlet==1.1.2
# via sqlalchemy
grpc-google-iam-v1==0.12.3
grpc-google-iam-v1==0.12.4
# via google-cloud-pubsub
grpcio==1.45.0
grpcio==1.44.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.45.0
grpcio-status==1.44.0
# via google-api-core
h11==0.13.0
# via wsproto
Expand Down Expand Up @@ -140,7 +140,7 @@ pika==1.2.0
# via testcontainers
pluggy==1.0.0
# via pytest
protobuf==3.19.4
protobuf==3.20.0
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -163,7 +163,7 @@ pyflakes==2.1.1
# via flake8
pygments==2.11.2
# via sphinx
pymongo==4.0.2
pymongo==4.1.0
# via testcontainers
pymssql==2.2.4
# via testcontainers
Expand All @@ -173,7 +173,7 @@ pynacl==1.5.0
# via paramiko
pyopenssl==22.0.0
# via urllib3
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pyrsistent==0.18.1
# via jsonschema
Expand All @@ -196,7 +196,7 @@ pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==5.4.1
# via docker-compose
redis==4.2.0
redis==4.2.2
# via testcontainers
requests==2.27.1
# via
Expand Down Expand Up @@ -238,7 +238,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy==1.4.32
sqlalchemy==1.4.35
# via testcontainers
texttable==1.6.4
# via docker-compose
Expand All @@ -252,11 +252,9 @@ trio==0.20.0
# trio-websocket
trio-websocket==0.9.2
# via selenium
typing-extensions==4.1.1
# via redis
tzdata==2022.1
# via pytz-deprecation-shim
tzlocal==4.1
tzlocal==4.2
# via clickhouse-driver
urllib3[secure,socks]==1.26.9
# via
Expand All @@ -272,7 +270,7 @@ wrapt==1.14.0
# testcontainers
wsproto==1.1.0
# via trio-websocket
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
26 changes: 12 additions & 14 deletions requirements/3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ flake8==3.7.9
# via -r requirements.in
google-api-core[grpc]==2.7.1
# via google-cloud-pubsub
google-auth==2.6.2
google-auth==2.6.3
# via google-api-core
google-cloud-pubsub==1.7.0
google-cloud-pubsub==1.7.1
# via testcontainers
googleapis-common-protos[grpc]==1.56.0
# via
Expand All @@ -87,15 +87,15 @@ googleapis-common-protos[grpc]==1.56.0
# grpcio-status
greenlet==1.1.2
# via sqlalchemy
grpc-google-iam-v1==0.12.3
grpc-google-iam-v1==0.12.4
# via google-cloud-pubsub
grpcio==1.45.0
grpcio==1.44.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.45.0
grpcio-status==1.44.0
# via google-api-core
h11==0.13.0
# via wsproto
Expand Down Expand Up @@ -136,7 +136,7 @@ pika==1.2.0
# via testcontainers
pluggy==1.0.0
# via pytest
protobuf==3.19.4
protobuf==3.20.0
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -159,7 +159,7 @@ pyflakes==2.1.1
# via flake8
pygments==2.11.2
# via sphinx
pymongo==4.0.2
pymongo==4.1.0
# via testcontainers
pymssql==2.2.4
# via testcontainers
Expand All @@ -169,7 +169,7 @@ pynacl==1.5.0
# via paramiko
pyopenssl==22.0.0
# via urllib3
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pyrsistent==0.18.1
# via jsonschema
Expand All @@ -192,7 +192,7 @@ pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==5.4.1
# via docker-compose
redis==4.2.0
redis==4.2.2
# via testcontainers
requests==2.27.1
# via
Expand Down Expand Up @@ -234,7 +234,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy==1.4.32
sqlalchemy==1.4.35
# via testcontainers
texttable==1.6.4
# via docker-compose
Expand All @@ -248,11 +248,9 @@ trio==0.20.0
# trio-websocket
trio-websocket==0.9.2
# via selenium
typing-extensions==4.1.1
# via redis
tzdata==2022.1
# via pytz-deprecation-shim
tzlocal==4.1
tzlocal==4.2
# via clickhouse-driver
urllib3[secure,socks]==1.26.9
# via
Expand All @@ -268,7 +266,7 @@ wrapt==1.14.0
# testcontainers
wsproto==1.1.0
# via trio-websocket
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'Operating System :: MacOS',
],
install_requires=[
'docker',
'docker>=4.0.0',
'wrapt',
'deprecation',
],
Expand Down

0 comments on commit a2bc91e

Please sign in to comment.