diff --git a/poetry.lock b/poetry.lock index b6ee2cd..689bd2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astroid" @@ -81,13 +81,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "certifi" -version = "2024.6.2" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"}, - {file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -747,4 +747,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d7940f6ef19760e86ce2a586891dc469b35b20eee3e4d5a7b896fdaf28698481" +content-hash = "779d524eb1bab30c2b9cae12f395e44b638b4dfd43bed0802c6086ead7863b00" diff --git a/pyproject.toml b/pyproject.toml index 0bf2c4f..8c5f3c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ app = "ipilot.main:main" python = "^3.8" astroid = "3.2.2" attrs = "23.2.0" -certifi = "2024.6.2" +certifi = "2024.7.4" charset-normalizer = "3.3.2" click = "8.1.7" dill = "0.3.8"