Skip to content

Commit

Permalink
deps: bump workflow and task-processor (#4419)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Jul 30, 2024
1 parent 1f90900 commit ea5dc09
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions api/poetry.lock

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

4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pygithub = "2.1.1"
hubspot-api-client = "^8.2.1"
djangorestframework-dataclasses = "^1.3.1"
pyotp = "^2.9.0"
flagsmith-task-processor = { git = "https://github.com/Flagsmith/flagsmith-task-processor", tag = "v1.0.0" }
flagsmith-task-processor = { git = "https://github.com/Flagsmith/flagsmith-task-processor", tag = "v1.0.1" }
flagsmith-common = { git = "https://github.com/Flagsmith/flagsmith-common", tag = "v1.0.0" }

[tool.poetry.group.auth-controller]
Expand All @@ -194,7 +194,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.4.1" }
workflows-logic = { git = "https://github.com/flagsmith/flagsmith-workflows", tag = "v2.4.2" }

[tool.poetry.group.dev.dependencies]
django-test-migrations = "~1.2.0"
Expand Down

0 comments on commit ea5dc09

Please sign in to comment.