Skip to content

Commit

Permalink
Merge pull request #527 from camptocamp/renovate/master-poetry
Browse files Browse the repository at this point in the history
Update dependency poetry to v1.5.1 (master)
  • Loading branch information
sbrunner authored Jun 6, 2023
2 parents d6374ff + ef33de4 commit a2a465e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.4.2 # pypi
- poetry==1.5.1 # pypi
exclude: ^pyproject.toml$
- id: poetry-lock
additional_dependencies:
- poetry==1.4.2 # pypi
- poetry==1.5.1 # pypi
exclude: ^pyproject.toml$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
Expand Down
3 changes: 1 addition & 2 deletions acceptance_tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ RUN --mount=type=cache,target=/root/.cache \

# Do the conversion
COPY poetry.lock pyproject.toml ./
RUN poetry export --output=requirements.txt \
&& poetry export --with=dev --output=requirements-dev.txt
RUN poetry export --output=requirements.txt

# Base, the biggest thing is to install the Python packages
FROM base-all as base
Expand Down
2 changes: 1 addition & 1 deletion acceptance_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==1.4.2
poetry==1.5.1
pip==23.1.2

0 comments on commit a2a465e

Please sign in to comment.