Skip to content

Commit

Permalink
deps: update poetry (#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jan 21, 2025
1 parent c08acd2 commit 9cbf058
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
types: [javascript,jsx,ts,tsx,markdown,mdx,html,css,json,yaml]

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.0.1
hooks:
- id: poetry-check
args: ['-C', 'api']
Expand Down
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME ?= flagsmith

DOTENV_OVERRIDE_FILE ?= .env

POETRY_VERSION ?= 1.8.3
POETRY_VERSION ?= 2.0.1

GUNICORN_LOGGER_CLASS ?= util.logging.GunicornJsonCapableLogger

Expand Down
Loading

0 comments on commit 9cbf058

Please sign in to comment.