Skip to content

Commit

Permalink
chore: bump poetry to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Nov 27, 2023
1 parent 89c95a0 commit 0bc4ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install dependencies using poetry
# if: steps.python_cache.outputs.cache-hit != 'true'
run: |
pip install poetry==1.5.1
pip install poetry==1.7.1 poetry-plugin-export==1.6.0
poetry install --no-interaction --no-ansi
# This step caches our pre-commit environment. To make sure we
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /bot
RUN apt update && apt install git -y

RUN pip install -U pip wheel setuptools
RUN pip install poetry==1.5.1
RUN pip install poetry==1.7.1 poetry-plugin-export==1.6.0

# export requirements after copying req files
COPY pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 0bc4ff1

Please sign in to comment.