diff --git a/pyproject.toml b/pyproject.toml index bdf780d..d7b19f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ version = "0.1.0" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions==4.9.0", - "ariadne-codegen[subscriptions]==0.12.0", + "ariadne-codegen[subscriptions]==0.14.0", "packaging==24.0", "boto3==1.34.99" ] @@ -65,4 +65,4 @@ exclude_commit_patterns = [ '''build\((?!deps\): .+)''', '''Merged? .*''', '''initial commit''', -] \ No newline at end of file +]