diff --git a/api/poetry.lock b/api/poetry.lock index 2f16734ccf35..080717686009 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -967,7 +967,7 @@ description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" groups = ["dev"] -markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" +markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, @@ -2205,12 +2205,12 @@ files = [ ] [package.dependencies] -google-api-core = {version = ">=1.21.0,<3dev", markers = "python_version >= \"3\""} -google-auth = {version = ">=1.16.0,<3dev", markers = "python_version >= \"3\""} +google-api-core = {version = ">=1.21.0,<3.dev0", markers = "python_version >= \"3\""} +google-auth = {version = ">=1.16.0,<3.dev0", markers = "python_version >= \"3\""} google-auth-httplib2 = ">=0.0.3" -httplib2 = ">=0.15.0,<1dev" -six = ">=1.13.0,<2dev" -uritemplate = ">=3.0.0,<4dev" +httplib2 = ">=0.15.0,<1.dev0" +six = ">=1.13.0,<2.dev0" +uritemplate = ">=3.0.0,<4.dev0" [[package]] name = "google-auth" @@ -2523,7 +2523,7 @@ files = [ ] [package.dependencies] -certifi = ">=14.05.14" +certifi = ">=14.5.14" python-dateutil = ">=2.5.3" reactivex = ">=4.0.4" urllib3 = ">=1.26.0" @@ -2729,7 +2729,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -3768,7 +3768,7 @@ files = [ ] [package.dependencies] -astroid = ">=2.14.2,<=2.16.0-dev0" +astroid = ">=2.14.2,<=2.16.0.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = {version = ">=0.3.6", markers = "python_version >= \"3.11\""} isort = ">=4.2.5,<6" @@ -3857,7 +3857,7 @@ version = "26.0.0" description = "Python wrapper module around the OpenSSL library" optional = false python-versions = ">=3.8" -groups = ["dev", "saml"] +groups = ["saml"] files = [ {file = "pyopenssl-26.0.0-py3-none-any.whl", hash = "sha256:df94d28498848b98cc1c0ffb8ef1e71e40210d3b0a8064c9d29571ed2904bf81"}, {file = "pyopenssl-26.0.0.tar.gz", hash = "sha256:f293934e52936f2e3413b89c6ce36df66a0b34ae1ea3a053b8c5020ff2f513fc"}, @@ -4789,10 +4789,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.33.2,<2.0a.0" +botocore = ">=1.33.2,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] +crt = ["botocore[crt] (>=1.33.2,<2.0a0)"] [[package]] name = "segment-analytics-python" @@ -5433,6 +5433,7 @@ files = [ {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"}, {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"}, ] +markers = {auth-controller = "sys_platform == \"win32\"", dev = "sys_platform == \"win32\"", ldap = "sys_platform == \"win32\"", workflows = "sys_platform == \"win32\""} [[package]] name = "uritemplate" @@ -5550,7 +5551,7 @@ test = ["pytest"] [[package]] name = "workflows-logic" -version = "3.3.0" +version = "3.3.2" description = "Workflows logic plugin for Flagsmith application." optional = false python-versions = ">=3.11,<4.0" @@ -5567,8 +5568,8 @@ flagsmith-flag-engine = "*" [package.source] type = "git" url = "https://github.com/flagsmith/flagsmith-workflows" -reference = "v3.3.0" -resolved_reference = "51536f8c6aefa68f87959aaafdbb869f096c7e44" +reference = "v3.3.2" +resolved_reference = "ceadb3335af1b20a640f610dc7cb193817081694" [[package]] name = "wrapt" @@ -5690,4 +5691,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.11,<3.14" -content-hash = "f95f290f1c0ede5b477a2a2eb7b06cd450d349b08f89a9ba58184aa981d8be75" +content-hash = "76011b5a1ea9e95d16da15c712a89de25856d4049c6286f0813e5691f87bb440" diff --git a/api/pyproject.toml b/api/pyproject.toml index cff57de11374..53f0fb15fc62 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -197,7 +197,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 = "v3.3.0" } +workflows-logic = { git = "https://github.com/flagsmith/flagsmith-workflows", tag = "v3.3.2" } [tool.poetry.group.licensing] optional = true