Update urllib3 dependency to resolve CVE-2026-21441
All checks were successful
CI / test (push) Successful in 13m36s
Lint / test (push) Successful in 36s
Trivy / test (push) Successful in 24s

This commit is contained in:
Miguel Jacq 2026-01-09 12:07:46 +11:00
parent dd1ae74b19
commit 9f399c589d
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# 0.8.3 (unreleased)
* Update urllib3 dependency to resolve CVE-2026-21441
# 0.8.2 # 0.8.2
* Add ability to delete an invoice via 'Manage Invoices' dialog * Add ability to delete an invoice via 'Manage Invoices' dialog

6
poetry.lock generated
View file

@ -622,13 +622,13 @@ files = [
[[package]] [[package]]
name = "urllib3" name = "urllib3"
version = "2.6.2" version = "2.6.3"
description = "HTTP library with thread-safe connection pooling, file post, and more." description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
files = [ files = [
{file = "urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd"}, {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
{file = "urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797"}, {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
] ]
[package.extras] [package.extras]