diff --git a/poetry.lock b/poetry.lock index b570382..88d43b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -394,13 +394,13 @@ test = ["pytest (>=6)"] [[package]] name = "facebook-business" -version = "19.0.3" +version = "20.0.2" description = "Facebook Business SDK" optional = false python-versions = "*" files = [ - {file = "facebook_business-19.0.3-py3-none-any.whl", hash = "sha256:43613bdee5da5a86418f2858cd45cdaf1aa2c45597fc1d8a6da001c7702eec08"}, - {file = "facebook_business-19.0.3.tar.gz", hash = "sha256:a2bfb4a22237a53abd923505edb1d96a5f81d565e8e27d6b3bb66a158d4b4d13"}, + {file = "facebook_business-20.0.2-py3-none-any.whl", hash = "sha256:93f9d402dfe420a50de28a3f724a11a5be68fb9f6eedbe829b142ba10db78168"}, + {file = "facebook_business-20.0.2.tar.gz", hash = "sha256:4bf00840779cc29b465054927d7def82a9a2ffe30aa633e8e91088214840e941"}, ] [package.dependencies] @@ -1698,4 +1698,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "60aeaa840f6cb63e58acea98e0f950a0ca40336802c6071faae59d7c416e4710" +content-hash = "7e25e6aae99b65bc5a43127fa914a5fbf107839ed21858a41f8b46777534acc9" diff --git a/pyproject.toml b/pyproject.toml index 62c67cf..4716784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.8" -facebook-business = "~=19.0.0" +facebook-business = ">=19.0,<20.1" pendulum = "~=3.0.0" requests = "~=2.32" singer-sdk = "~=0.39.0"