diff --git a/poetry.lock b/poetry.lock index b4ca928..f380be7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -67,14 +67,14 @@ files = [ [[package]] name = "certifi" -version = "2026.6.17" +version = "2026.7.22" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "certifi-2026.6.17-py3-none-any.whl", hash = "sha256:2227dcbaafe0d2f59279d1762ddddc37783ed4354594f194ffc31d20f41fc3db"}, - {file = "certifi-2026.6.17.tar.gz", hash = "sha256:024c88eeec92ca068db80f02b8b07c9cef7b9fe261d1d535abfd5abd6f6af432"}, + {file = "certifi-2026.7.22-py3-none-any.whl", hash = "sha256:62f22742b58a1a33014a2b6b706588a8d7e2a88ae7bd1a6ebe8c992928483775"}, + {file = "certifi-2026.7.22.tar.gz", hash = "sha256:741e2c3b351ddf169a738da9f2c048608ff7f2c5cc02f1ebc6b118bb090d5d55"}, ] [[package]] @@ -951,4 +951,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "4055adcf5d62b2dc34f245508cc952607f986030c89e1a770b7843cef612f2f7" +content-hash = "919bb44cf3ab274da237685f73430aa276b6223c197330c06d2aae2aa89e206e" diff --git a/pyproject.toml b/pyproject.toml index f8332fa..16bce22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ google-ads={ version = "31.2.0" } click={ version = "^8.0.3" } prompt_toolkit={ version = "^3.0.22" } pygments={ version = "^2.10.0" } -certifi = "2026.6.17" +certifi = "2026.7.22" [tool.poetry.group.dev.dependencies] black = "^26.3"