Skip to content

Commit

Permalink
deps: Bump flagsmith-workflows to 2.7.6 (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jan 21, 2025
1 parent 33cabfc commit 638e97d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
26 changes: 23 additions & 3 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
name = "flagsmith-api"
version = "2.68.0"
description = "The API component for the Flagsmith application."
authors = [
{ name = "Flagsmith", email = "[email protected]" },
]
authors = [{ name = "Flagsmith", email = "[email protected]" }]
readme = "readme.md"
requires-python = ">=3.11, <3.13"
dynamic = [ "dependencies" ]
dynamic = ["dependencies"]

[tool.black]
line-length = 88
Expand Down Expand Up @@ -200,7 +198,7 @@ flagsmith-ldap = { git = "https://github.com/flagsmith/flagsmith-ldap", tag = "v
optional = true

[tool.poetry.group.workflows.dependencies]
workflows-logic = { git = "https://github.com/flagsmith/flagsmith-workflows", tag = "v2.7.5" }
workflows-logic = { git = "https://github.com/flagsmith/flagsmith-workflows", tag = "v2.7.6" }

[tool.poetry.group.licensing]
optional = true
Expand Down

0 comments on commit 638e97d

Please sign in to comment.