diff --git a/poetry.lock b/poetry.lock index b138b38..26ce0c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -75,7 +75,7 @@ yaml = ["pyyaml"] [[package]] name = "certifi" -version = "2022.5.18.1" +version = "2022.6.15" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -878,7 +878,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "2a8636892e9e8478ed8e2b958f6cfd3df14d84b04ec5f6328af48559a9559777" +content-hash = "fed0f2688541f66ee2f4077c9ddd7cfb89cc5232e69879caba8a619f60479cd3" [metadata.files] anyconfig = [ @@ -920,8 +920,8 @@ bandit = [ {file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"}, ] certifi = [ - {file = "certifi-2022.5.18.1-py3-none-any.whl", hash = "sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a"}, - {file = "certifi-2022.5.18.1.tar.gz", hash = "sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7"}, + {file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"}, + {file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"}, ] charset-normalizer = [ {file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"}, diff --git a/pyproject.toml b/pyproject.toml index bd5404b..66db731 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.5.18.1" +certifi = "2022.6.15" colorama = "0.4.4" dateparser = "1.1.1" docker = "5.0.3"