Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 1376ed1 commit 337d2e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.10.13
poetry 1.4.2
python 3.11.5
poetry 1.6.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye as python-build-stage
FROM python:3.11-slim-bullseye as python-build-stage
WORKDIR /src

RUN apt-get update && apt-get upgrade -y \
Expand All @@ -11,7 +11,7 @@ RUN pip install --isolated --no-cache-dir --no-input poetry \
&& poetry config virtualenvs.create false \
&& poetry install --no-interaction --without=dev

FROM public.ecr.aws/lambda/python:3.9 as python-run-stage
FROM public.ecr.aws/lambda/python:3.11 as python-run-stage

COPY --from=python-build-stage /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
ENV PYTHONPATH=/usr/local/lib/python3.10/site-packages
Expand Down
47 changes: 2 additions & 45 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.10"
python = "~3.11.0"
slackclient = "^2.9.4"
black = "^23.3.0"

Expand Down

0 comments on commit 337d2e5

Please sign in to comment.