diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-05 23:27:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 23:27:13 +0000 |
commit | c0238d8dab904b708eda5c736064162b8eeebb36 (patch) | |
tree | 9222f855277e53ed27bc3910885320d4579bc1de | |
parent | 6e44c622947e593ede534f2bbb33bd313d8294b6 (diff) |
Bump certifi from 2023.11.17 to 2024.7.4dependabot/pip/certifi-2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.07.04)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index ffbc8fc..2d66c7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 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 = "blurhash" @@ -16,13 +16,13 @@ test = ["Pillow", "numpy", "pytest"] [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -473,4 +473,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b7f03e1f982dbea3e86232b3d461b3e51207419319031b148393b1872336fbcf" +content-hash = "c7e350a12e7737165913e37f7bc52d6b47630afa3e28a309b5715b324f133a1f" diff --git a/pyproject.toml b/pyproject.toml index c8ac9e4..de6e220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ Pygments = "^2.16.1" "Mastodon.py" = "^1.8.0" Pillow = "10.3.0" requests = "^2.32.2" -certifi = "^2023.7.22" +certifi = "^2024.7.4" urllib3 = "^2.2.2" latex2mathml = "^3.77.0" |