chore(pip-prod)(deps): bump certifi from 2024.8.30 to 2024.12.14

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 00:34:23 +00:00 committed by Luke Tainton
parent 53291cb88c
commit 6ac0610024
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]] [[package]]
name = "astroid" name = "astroid"
@ -81,13 +81,13 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]] [[package]]
name = "certifi" name = "certifi"
version = "2024.8.30" version = "2024.12.14"
description = "Python package for providing Mozilla's CA Bundle." description = "Python package for providing Mozilla's CA Bundle."
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"},
{file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"},
] ]
[[package]] [[package]]
@ -810,4 +810,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "101597489a600066d43f4d73660b8de66394c4da815381cad5cf59cf932252fb" content-hash = "c6a9d65bb93fd74482470cb9d53159f8143357590283ccbb1945cc29d75055d5"

View File

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