Skip to content

Commit

Permalink
chore(deps): update dependency poetry to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 142c91e commit 6855dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ repos:
language: python
additional_dependencies:
# renovate: datasource=pypi depName=poetry
- poetry==1.8.5
- poetry==2.0.1
pass_filenames: true
files: 'pyproject\.toml$'
- id: pyproject-use-version-ranges
Expand Down
2 changes: 1 addition & 1 deletion docker-gcloud-pubsub-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG NETCATOPENBSD_VERSION=1.219-1
# renovate: datasource=pypi depName=pip
ARG PIP_VERSION=24.3.1
# renovate: datasource=pypi depName=poetry
ARG POETRY_VERSION=1.8.5
ARG POETRY_VERSION=2.0.1
# renovate: datasource=github-releases depName=eficode/wait-for
ARG WAITFOR_VERSION=2.2.4

Expand Down

0 comments on commit 6855dbe

Please sign in to comment.