diff --git a/poetry.lock b/poetry.lock index 9aac87c..338a0b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -90,9 +90,9 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "certifi" -version = "2022.9.24" +version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" +category = "main" optional = false python-versions = ">=3.6" @@ -1181,7 +1181,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "388a6f7c3e6afa8fcf3f18c0cd509c17977f7329c05248639912e04bab6a7c83" +content-hash = "a0dfe748df2760cd364a77cda82042e542ddba4ae52ba307d7d11e7d09b5cb72" [metadata.files] alabaster = [ @@ -1228,8 +1228,8 @@ black = [ {file = "black-22.10.0.tar.gz", hash = "sha256:f513588da599943e0cde4e32cc9879e825d58720d6557062d1098c5ad80080e1"}, ] certifi = [ - {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, - {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"}, + {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, + {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, ] cfgv = [ {file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"}, diff --git a/pyproject.toml b/pyproject.toml index ada7dee..deb3ce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ toml = "^0.10.2" types-tabulate = "^0.8.11" types-toml = "^0.10.8" gitpython = "^3.1.30" +certifi = "^2022.12.07" [tool.poetry.dev-dependencies] Pygments = ">=2.10.0"