diff --git a/poetry.lock b/poetry.lock index 2897696..29e4667 100644 --- a/poetry.lock +++ b/poetry.lock @@ -77,13 +77,13 @@ tzdata = ["tzdata"] [[package]] name = "certifi" -version = "2024.2.2" +version = "2024.6.2" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, - {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, + {file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"}, + {file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"}, ] [[package]] @@ -1102,4 +1102,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "1432c96e6f0f58ea14497176fbe3ab39ce091399aeaccc06a70f576f0f0999a4" +content-hash = "9a5149d89cfc84430b0faca23d8c3087f8d04e8079ee25ace7a25178154be995" diff --git a/pyproject.toml b/pyproject.toml index d9e33a3..82046ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ version = "0.0.0" [tool.poetry.dependencies] anyconfig = "0.14.0" appdirs = "1.4.4" -certifi = "2024.2.2" +certifi = "2024.6.2" colorama = "0.4.6" dateparser = "1.2.0" docker = "7.1.0"