Skip to content

Commit

Permalink
Update versions used in poetry example
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 22, 2022
1 parent 843b179 commit fd8940d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/build-package/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "package_dir_poetry" {
create_function = false

build_in_docker = true
runtime = "python3.8"
runtime = "python3.9"
docker_image = "build-python3.9-poetry"
docker_file = "${path.module}/../fixtures/python3.9-app-poetry/docker/Dockerfile"

Expand Down
2 changes: 1 addition & 1 deletion examples/fixtures/python3.9-app-poetry/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM public.ecr.aws/sam/build-python3.9
LABEL maintainer="Betajob AS" \
description="Patched AWS Lambda build container"

RUN pip install poetry==1.2.1
RUN pip install poetry==1.2.2
10 changes: 5 additions & 5 deletions examples/fixtures/python3.9-app-poetry/poetry.lock

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

2 changes: 1 addition & 1 deletion examples/fixtures/python3.9-app-poetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
colorful = "^0.5.4"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit fd8940d

Please sign in to comment.