chore(pip-prod)(deps): bump certifi from 2024.7.4 to 2024.8.30 #247

Merged
dependabot[bot] merged 1 commits from dependabot/pip/certifi-2024.8.30 into main 2024-09-02 08:22:19 +02:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -81,13 +81,13 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "certifi"
version = "2024.7.4"
version = "2024.8.30"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
files = [
{file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"},
{file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"},
{file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
{file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
]
[[package]]
@ -767,4 +767,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "54bf051f7ed0c92b327d75321c58e8199849a875ca61e71447a831e2be3f3008"
content-hash = "96ffb6d21bc3299721aa150842a967caf775d62a379156cf0db3135e7e48b2ae"

View File

@ -12,7 +12,7 @@ app = "ipilot.main:main"
python = "^3.8"
astroid = "3.2.4"
attrs = "24.2.0"
certifi = "2024.7.4"
certifi = "2024.8.30"
charset-normalizer = "3.3.2"
click = "8.1.7"
dill = "0.3.8"