diff --git a/poetry.lock b/poetry.lock index a361276..7d4c19f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -70,7 +70,7 @@ yaml = ["PyYAML"] [[package]] name = "certifi" -version = "2022.9.14" +version = "2022.9.24" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "11bc77f5fa616fd1a406fc78bd5b6b5e0280acf790aa8d5088b10a9605c196b7" +content-hash = "db2d6779b5aab866eeb5fe50bf4e444b2481b6e4f6a32fa75de2b533c9e38fa6" [metadata.files] anyconfig = [ @@ -924,8 +924,8 @@ bandit = [ {file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"}, ] certifi = [ - {file = "certifi-2022.9.14-py3-none-any.whl", hash = "sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516"}, - {file = "certifi-2022.9.14.tar.gz", hash = "sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5"}, + {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, + {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"}, ] charset-normalizer = [ {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"}, diff --git a/pyproject.toml b/pyproject.toml index 45fa2ca..1f4f1c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = "0.0.0" [tool.poetry.dependencies] anyconfig = "0.13.0" appdirs = "1.4.4" -certifi = "2022.9.14" +certifi = "2022.9.24" colorama = "0.4.5" dateparser = "1.1.1" docker = "6.0.0"