diff --git a/pyproject.toml b/pyproject.toml index a181fac2e..8a3d0d523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pytest = ">=7.0.0,<8.3.4" gitpython = ">=3.1.31" libcst = ">=1.0.1" jedi = ">=0.19.1" -tiktoken = ">=0.3.2" +tiktoken = ">=0.7.0" timeout-decorator = ">=0.5.0" pytest-timeout = ">=2.1.0" tomlkit = ">=0.11.7" @@ -81,7 +81,7 @@ unittest-xml-reporting = ">=3.2.0" junitparser = ">=3.1.0" pydantic = ">=1.10.1" humanize = ">=4.0.0" -posthog = ">=3.0.0,<=3.11.0" +posthog = ">=3.0.0" click = ">=8.1.0" inquirer = ">=3.0.0" sentry-sdk = ">=1.40.6,<3.0.0"