Skip to content

Commit

Permalink
Update Python Dependencies (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apreche authored Oct 9, 2024
1 parent 4cea0f5 commit 81372f4
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV APP_ENV=${APP_ENV} \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_NO_CACHE_DIR=off \
# Poetry
POETRY_VERSION=1.3.0 \
POETRY_VERSION=1.8.3 \
POETRY_VIRTUALENVS_IN_PROJECT=1

RUN apt-get update \
Expand Down
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ updates:
target-branch: "main"
schedule:
interval: "weekly"
ignore:
- dependency-name: "django"
verisons: ">=4.3"
Loading

0 comments on commit 81372f4

Please sign in to comment.