diff --git a/poetry.lock b/poetry.lock index 4ba1b8e..0ae4f23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1357,4 +1357,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c55437eff167de03d2f43a26a7accc635b2cbfcd9841c50e410a4b46ddccf299" +content-hash = "c1c9415f49ad2755e5336723bfecb4d7a5350756105bbef00574d333cb2b4f3f" diff --git a/pyproject.toml b/pyproject.toml index b35a1f4..6339b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,11 +30,11 @@ pygithub = "^1.59.0" pyre-extensions = "^0.0.30" opentelemetry-sdk = "^1.18.0" python-dateutil = "^2.8.2" -# Explicitely include cryptography package +# Explicitly include cryptography package # It's required for PyJWT which is dependency of PyGithub # https://pyjwt.readthedocs.io/en/stable/installation.html#cryptographic-dependencies-optional cryptography = "^42.0.0" -certifi = "^2023.7.22" +certifi = "*" [tool.poetry.group.dev.dependencies] freezegun = "^1.2.2"