Skip to content

Commit

Permalink
Merge pull request #2914 from IQTLabs/renovate/docker-6.x
Browse files Browse the repository at this point in the history
Update dependency docker to v6.1.3
  • Loading branch information
anarkiwi authored Jun 1, 2023
2 parents c9eaa75 + 1c7f5e9 commit f6e619b
Show file tree
Hide file tree
Showing 7 changed files with 4,663 additions and 3,580 deletions.
2,513 changes: 1,435 additions & 1,078 deletions lib/poseidon_api/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/poseidon_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ poseidon-core = { path="../poseidon_core", develop=true }

[tool.poetry.dev-dependencies]
black = "23.3.0"
docker = "6.1.2"
docker = "6.1.3"
httmock = "1.4.0"
mock = "5.0.2"
netifaces = "0.11.0"
Expand Down
2,947 changes: 1,659 additions & 1,288 deletions lib/poseidon_cli/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/poseidon_cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ urllib3 = "<2.0.3"

[tool.poetry.dev-dependencies]
black = "23.3.0"
docker = "6.1.2"
docker = "6.1.3"
httmock = "1.4.0"
mock = "5.0.2"
netifaces = "0.11.0"
Expand Down
2,775 changes: 1,565 additions & 1,210 deletions lib/poseidon_core/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/poseidon_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ urllib3 = "<2.0.3"

[tool.poetry.dev-dependencies]
black = "23.3.0"
docker = "6.1.2"
docker = "6.1.3"
httmock = "1.4.0"
mock = "5.0.2"
netifaces = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion workers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker==6.1.2
docker==6.1.3
pika==1.3.2
prometheus_client==0.17.0
six==1.16.0
Expand Down

0 comments on commit f6e619b

Please sign in to comment.