chore: update dependencies 2026-03-30
CI / black (pull_request) Successful in 1m16s
CI / ruff (pull_request) Successful in 1m15s
CI / mypy (pull_request) Successful in 1m21s
CI / pytest (pull_request) Successful in 1m17s

This commit is contained in:
Gitea CI
2026-03-30 21:46:30 +00:00
parent 30ad544172
commit 15f16d4d98
Generated
+3 -4
View File
@@ -1704,14 +1704,14 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""}
[[package]] [[package]]
name = "requests" name = "requests"
version = "2.33.0" version = "2.33.1"
description = "Python HTTP for Humans." description = "Python HTTP for Humans."
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"},
{file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"},
] ]
[package.dependencies] [package.dependencies]
@@ -1722,7 +1722,6 @@ urllib3 = ">=1.26,<3"
[package.extras] [package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)"] socks = ["PySocks (>=1.5.6,!=1.5.7)"]
test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"]
[[package]] [[package]]