fix(deps): update dependency certifi to v2025.8.3 (#356)
All checks were successful
Security / snyk (push) Successful in 6m59s
All checks were successful
Security / snyk (push) Successful in 6m59s
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [certifi](https://github.com/certifi/python-certifi) | `==2025.7.14` -> `==2025.8.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>certifi/python-certifi (certifi)</summary> ### [`v2025.8.3`](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.08.03) [Compare Source](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.08.03) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: #356 Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk> Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
@@ -10,7 +10,7 @@ requires-python = "<4.0,>=3.11"
|
||||
dependencies = [
|
||||
"astroid==3.3.11",
|
||||
"attrs==25.3.0",
|
||||
"certifi==2025.7.14",
|
||||
"certifi==2025.8.3",
|
||||
"charset-normalizer==3.4.2",
|
||||
"click==8.2.2",
|
||||
"dill==0.4.0",
|
||||
|
8
uv.lock
generated
8
uv.lock
generated
@@ -54,11 +54,11 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2025.7.14"
|
||||
version = "2025.8.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/b3/76/52c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41/certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995", size = 163981, upload-time = "2025-07-14T03:29:28.449Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/dc/67/960ebe6bf230a96cda2e0abcf73af550ec4f090005363542f0765df162e0/certifi-2025.8.3.tar.gz", hash = "sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407", size = 162386, upload-time = "2025-08-03T03:07:47.08Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2", size = 162722, upload-time = "2025-07-14T03:29:26.863Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl", hash = "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5", size = 161216, upload-time = "2025-08-03T03:07:45.777Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -290,7 +290,7 @@ dev = [
|
||||
requires-dist = [
|
||||
{ name = "astroid", specifier = "==3.3.11" },
|
||||
{ name = "attrs", specifier = "==25.3.0" },
|
||||
{ name = "certifi", specifier = "==2025.7.14" },
|
||||
{ name = "certifi", specifier = "==2025.8.3" },
|
||||
{ name = "charset-normalizer", specifier = "==3.4.2" },
|
||||
{ name = "click", specifier = "==8.2.2" },
|
||||
{ name = "dill", specifier = "==0.4.0" },
|
||||
|
Reference in New Issue
Block a user