Skip to content

Commit

Permalink
fix: Upgrade docker in order to avoid errors (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
micmurawski authored May 29, 2024
1 parent 336fb6c commit 0a2b134
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 61 deletions.
116 changes: 58 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "poetry-plugin-lambda-build"
version = "0.6.1"
version = "0.6.2"
description = "The plugin for poetry that allows you to build zip packages suited for serverless deployment like AWS Lambda, Google App Engine, Azure App Service, and more..."
authors = ["Michal Murawski <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
docker = "^7.0.0"
requests = ">2.32.0"
docker = "^7.1.0"

[tool.poetry.group.test.dependencies]
pytest = "^8.0.1"
Expand Down

0 comments on commit 0a2b134

Please sign in to comment.