diff --git a/poetry.lock b/poetry.lock index ef18263..9360d30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -80,13 +80,13 @@ tzdata = ["tzdata"] [[package]] name = "certifi" -version = "2023.7.22" +version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, + {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, ] [[package]] @@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "eaf287864a082d19a7d720e9e0ef8fa903d22e08f255914fa113dc063e7c607d" +content-hash = "99c29f1492951e5a67ef467ca6c4363db5820e1ccbeedac076df92b44d5d9f3d" diff --git a/pyproject.toml b/pyproject.toml index 50be779..1428856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ version = "0.0.0" [tool.poetry.dependencies] anyconfig = "0.13.0" appdirs = "1.4.4" -certifi = "2023.7.22" +certifi = "2023.11.17" colorama = "0.4.6" dateparser = "1.2.0" docker = "6.1.3"