From 2b9ecca470b9acc8c0cddd4201cb37a27a4281a0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:27 -0500 Subject: [PATCH 01/33] Update cffi from 1.17.1 to 2.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdd72e16..236b664c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ base58==2.1.1 -cffi==1.17.1 +cffi==2.0.0 cryptography==45.0.5 ecdsa==0.19.1 googleapis-common-protos==1.70.0 From f6103c0268b75b3601cff513d86fc5201c2c7a09 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:28 -0500 Subject: [PATCH 02/33] Update cryptography from 45.0.5 to 46.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 236b664c..bb6004f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ base58==2.1.1 cffi==2.0.0 -cryptography==45.0.5 +cryptography==46.0.3 ecdsa==0.19.1 googleapis-common-protos==1.70.0 grpcio==1.73.1 From 754b96610ff8f49ec90ce85add0efbd2453d73d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:29 -0500 Subject: [PATCH 03/33] Update googleapis-common-protos from 1.70.0 to 1.72.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb6004f0..3afc29ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ base58==2.1.1 cffi==2.0.0 cryptography==46.0.3 ecdsa==0.19.1 -googleapis-common-protos==1.70.0 +googleapis-common-protos==1.72.0 grpcio==1.73.1 protobuf==6.31.1 pycparser==2.22 From 3afd0aa5da1e29799a2d8903259fadb4efb98393 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:29 -0500 Subject: [PATCH 04/33] Update grpcio from 1.73.1 to 1.76.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3afc29ab..5d5dae46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cffi==2.0.0 cryptography==46.0.3 ecdsa==0.19.1 googleapis-common-protos==1.72.0 -grpcio==1.73.1 +grpcio==1.76.0 protobuf==6.31.1 pycparser==2.22 toml==0.10.2 From 1817747956826824674bd20d3fea466cb8b8dfe6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:30 -0500 Subject: [PATCH 05/33] Update grpcio from 1.73.1 to 1.76.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8f560879..0c04cc5a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,7 +13,7 @@ entrypoints==0.4 filelock==3.18.0 flake8==7.3.0 grpcio-tools==1.73.1 -grpcio==1.73.1 +grpcio==1.76.0 idna==3.10 imagesize==1.4.1 importlib-metadata==8.7.0; python_version < '3.8' From 7e8a72792c06908439ae772285515eef59d46c78 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:31 -0500 Subject: [PATCH 06/33] Update protobuf from 6.31.1 to 6.33.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d5dae46..8fe10fb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ cryptography==46.0.3 ecdsa==0.19.1 googleapis-common-protos==1.72.0 grpcio==1.76.0 -protobuf==6.31.1 +protobuf==6.33.1 pycparser==2.22 toml==0.10.2 From e6acc2fecec40a54835d4f458fdd4f37cc7402b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:31 -0500 Subject: [PATCH 07/33] Update protobuf from 6.31.1 to 6.33.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0c04cc5a..2a338378 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -27,7 +27,7 @@ mypy==1.16.1 packaging==25.0 pkginfo==1.12.1.2 pluggy==1.6.0 -protobuf==6.31.1 +protobuf==6.33.1 pycodestyle==2.14.0 pyflakes==3.4.0 pygments==2.19.2 From 46e4fba69dc754c8fbb13d8a11da67c92cc04505 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:32 -0500 Subject: [PATCH 08/33] Update pycparser from 2.22 to 2.23 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fe10fb0..35117803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ecdsa==0.19.1 googleapis-common-protos==1.72.0 grpcio==1.76.0 protobuf==6.33.1 -pycparser==2.22 +pycparser==2.23 toml==0.10.2 From 5bc0bbc4ecfd99de33b3dedac90210e12357cc1a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:32 -0500 Subject: [PATCH 09/33] Update attrs from 25.3.0 to 25.4.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2a338378..ae767964 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ alabaster==1.0.0 appdirs==1.4.4 -attrs==25.3.0 +attrs==25.4.0 babel==2.17.0 bleach==6.2.0 certifi==2025.6.15 From efbaa07c3d1d1f2f4a3e5388b4f6af970133509b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:33 -0500 Subject: [PATCH 10/33] Update bleach from 6.2.0 to 6.3.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ae767964..8e72b052 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ alabaster==1.0.0 appdirs==1.4.4 attrs==25.4.0 babel==2.17.0 -bleach==6.2.0 +bleach==6.3.0 certifi==2025.6.15 chardet==5.2.0 codecov==2.1.13 From ddbb09132e015bad4866bf0b074f3ed40ed7d2da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:34 -0500 Subject: [PATCH 11/33] Update certifi from 2025.6.15 to 2025.11.12 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8e72b052..91218cc3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ appdirs==1.4.4 attrs==25.4.0 babel==2.17.0 bleach==6.3.0 -certifi==2025.6.15 +certifi==2025.11.12 chardet==5.2.0 codecov==2.1.13 coverage==7.9.2 From 35e001ae7670022e1a1d9866b10520c39a47cd92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:35 -0500 Subject: [PATCH 12/33] Update coverage from 7.9.2 to 7.12.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 91218cc3..278f5b13 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ bleach==6.3.0 certifi==2025.11.12 chardet==5.2.0 codecov==2.1.13 -coverage==7.9.2 +coverage==7.12.0 distlib==0.3.9 docutils==0.21.2 entrypoints==0.4 From f1e1e7b7da97bff8dacbd54f34327228c3f0a700 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:35 -0500 Subject: [PATCH 13/33] Update distlib from 0.3.9 to 0.4.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 278f5b13..466bda23 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ certifi==2025.11.12 chardet==5.2.0 codecov==2.1.13 coverage==7.12.0 -distlib==0.3.9 +distlib==0.4.0 docutils==0.21.2 entrypoints==0.4 filelock==3.18.0 From da0dffe3d5de25c89f84ab5ecdfac41907850322 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:36 -0500 Subject: [PATCH 14/33] Update docutils from 0.21.2 to 0.22.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 466bda23..2dc5b3cd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ chardet==5.2.0 codecov==2.1.13 coverage==7.12.0 distlib==0.4.0 -docutils==0.21.2 +docutils==0.22.3 entrypoints==0.4 filelock==3.18.0 flake8==7.3.0 From 646e00b6feb6f07b1e9007adbc500fb198991f5f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:37 -0500 Subject: [PATCH 15/33] Update filelock from 3.18.0 to 3.20.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2dc5b3cd..4481e446 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ coverage==7.12.0 distlib==0.4.0 docutils==0.22.3 entrypoints==0.4 -filelock==3.18.0 +filelock==3.20.0 flake8==7.3.0 grpcio-tools==1.73.1 grpcio==1.76.0 From 6c687349f50260a563d73e910ccd89e37775916e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:37 -0500 Subject: [PATCH 16/33] Update grpcio-tools from 1.73.1 to 1.76.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4481e446..a295dbf0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ docutils==0.22.3 entrypoints==0.4 filelock==3.20.0 flake8==7.3.0 -grpcio-tools==1.73.1 +grpcio-tools==1.76.0 grpcio==1.76.0 idna==3.10 imagesize==1.4.1 From e4d139b637a29fcabde3d7b78754d09afb188e6a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:38 -0500 Subject: [PATCH 17/33] Update idna from 3.10 to 3.11 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a295dbf0..b12b3d2c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,7 +14,7 @@ filelock==3.20.0 flake8==7.3.0 grpcio-tools==1.76.0 grpcio==1.76.0 -idna==3.10 +idna==3.11 imagesize==1.4.1 importlib-metadata==8.7.0; python_version < '3.8' jinja2==3.1.6 From f4f486b7a1e39d640fd598c38f879d583e0bbb02 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:38 -0500 Subject: [PATCH 18/33] Update keyring from 25.6.0 to 25.7.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b12b3d2c..da3dc952 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -18,7 +18,7 @@ idna==3.11 imagesize==1.4.1 importlib-metadata==8.7.0; python_version < '3.8' jinja2==3.1.6 -keyring==25.6.0 +keyring==25.7.0 markupsafe==3.0.2 mccabe==0.7.0 more-itertools==10.7.0 From eb2093f93d7ce1d85520011a8195e3622ddfb150 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:39 -0500 Subject: [PATCH 19/33] Update markupsafe from 3.0.2 to 3.0.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index da3dc952..0675153b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -19,7 +19,7 @@ imagesize==1.4.1 importlib-metadata==8.7.0; python_version < '3.8' jinja2==3.1.6 keyring==25.7.0 -markupsafe==3.0.2 +markupsafe==3.0.3 mccabe==0.7.0 more-itertools==10.7.0 mypy-extensions==1.1.0 From c3328d54c6fc9f7ddb6d05c333ec6aebe0495305 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:40 -0500 Subject: [PATCH 20/33] Update more-itertools from 10.7.0 to 10.8.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0675153b..04da47e8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -21,7 +21,7 @@ jinja2==3.1.6 keyring==25.7.0 markupsafe==3.0.3 mccabe==0.7.0 -more-itertools==10.7.0 +more-itertools==10.8.0 mypy-extensions==1.1.0 mypy==1.16.1 packaging==25.0 From 4882c4c0836378cd75f916f9eed0b1435f914f84 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:40 -0500 Subject: [PATCH 21/33] Update mypy from 1.16.1 to 1.19.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 04da47e8..cf2f57f8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -23,7 +23,7 @@ markupsafe==3.0.3 mccabe==0.7.0 more-itertools==10.8.0 mypy-extensions==1.1.0 -mypy==1.16.1 +mypy==1.19.0 packaging==25.0 pkginfo==1.12.1.2 pluggy==1.6.0 From 3ce93bb5187c24cc9b2416271214e249ef88d1ca Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:41 -0500 Subject: [PATCH 22/33] Update pyparsing from 3.2.3 to 3.2.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index cf2f57f8..304ca970 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -31,7 +31,7 @@ protobuf==6.33.1 pycodestyle==2.14.0 pyflakes==3.4.0 pygments==2.19.2 -pyparsing==3.2.3 +pyparsing==3.2.5 pytest-cov==6.2.1 pytest-mock==3.14.1 pytest==8.4.1 From 4a7f6dbeaedf70f80972b849c40355dd6bec2599 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:41 -0500 Subject: [PATCH 23/33] Update pytest-cov from 6.2.1 to 7.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 304ca970..6d3e5c65 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -32,7 +32,7 @@ pycodestyle==2.14.0 pyflakes==3.4.0 pygments==2.19.2 pyparsing==3.2.5 -pytest-cov==6.2.1 +pytest-cov==7.0.0 pytest-mock==3.14.1 pytest==8.4.1 pytz==2025.2 From 9666078b0a075c1663bd3f4385972ae972eb18be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:42 -0500 Subject: [PATCH 24/33] Update pytest-mock from 3.14.1 to 3.15.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6d3e5c65..fc7cb05b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -33,7 +33,7 @@ pyflakes==3.4.0 pygments==2.19.2 pyparsing==3.2.5 pytest-cov==7.0.0 -pytest-mock==3.14.1 +pytest-mock==3.15.1 pytest==8.4.1 pytz==2025.2 readme-renderer==44.0 From 027459b87c58ca0eb7897dd4aea836228edf57cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:43 -0500 Subject: [PATCH 25/33] Update pytest from 8.4.1 to 9.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fc7cb05b..320bd953 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -34,7 +34,7 @@ pygments==2.19.2 pyparsing==3.2.5 pytest-cov==7.0.0 pytest-mock==3.15.1 -pytest==8.4.1 +pytest==9.0.1 pytz==2025.2 readme-renderer==44.0 requests-toolbelt==1.0.0 From ef6d1a01cce82a5cf294bf096c4f771abf27050b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:43 -0500 Subject: [PATCH 26/33] Update requests from 2.32.4 to 2.32.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 320bd953..44c855ac 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -38,7 +38,7 @@ pytest==9.0.1 pytz==2025.2 readme-renderer==44.0 requests-toolbelt==1.0.0 -requests==2.32.4 +requests==2.32.5 snowballstemmer==3.0.1 sphinx-rtd-theme==3.0.2 sphinx==8.1.3 From dec49cc69ae673a6e5915cb0d953c7c6b0ee7ce5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:44 -0500 Subject: [PATCH 27/33] Update sphinx from 8.1.3 to 9.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 44c855ac..0451ba21 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -41,7 +41,7 @@ requests-toolbelt==1.0.0 requests==2.32.5 snowballstemmer==3.0.1 sphinx-rtd-theme==3.0.2 -sphinx==8.1.3 +sphinx==9.0.0 sphinxcontrib-applehelp==2.0.0 sphinxcontrib-devhelp==2.0.0 sphinxcontrib-htmlhelp==2.1.0 From 4a0040b4a7c97836df56f47a2de2998af4912999 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:44 -0500 Subject: [PATCH 28/33] Update tox from 4.27.0 to 4.32.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0451ba21..1dab6102 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -49,7 +49,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 toml==0.10.2 -tox==4.27.0 +tox==4.32.0 tqdm==4.67.1 twine==6.1.0 types-protobuf==6.30.2.20250703 From af500f65d98fd649ec19ff2d36f7ef52acfe3544 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:45 -0500 Subject: [PATCH 29/33] Update twine from 6.1.0 to 6.2.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1dab6102..5958999e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -51,7 +51,7 @@ sphinxcontrib-serializinghtml==2.0.0 toml==0.10.2 tox==4.32.0 tqdm==4.67.1 -twine==6.1.0 +twine==6.2.0 types-protobuf==6.30.2.20250703 types-toml==0.10.8.20240310 typing-extensions==4.14.1 From ddf577ad043c60a98df0ed499728556be6f0bd0e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:46 -0500 Subject: [PATCH 30/33] Update types-protobuf from 6.30.2.20250703 to 6.32.1.20251105 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5958999e..86f7252a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -52,7 +52,7 @@ toml==0.10.2 tox==4.32.0 tqdm==4.67.1 twine==6.2.0 -types-protobuf==6.30.2.20250703 +types-protobuf==6.32.1.20251105 types-toml==0.10.8.20240310 typing-extensions==4.14.1 urllib3==2.5.0 From 7c450fd4f7a68e9a71e44e1e52e2dadf3b433616 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:46 -0500 Subject: [PATCH 31/33] Update typing-extensions from 4.14.1 to 4.15.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 86f7252a..8c24ca11 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -54,7 +54,7 @@ tqdm==4.67.1 twine==6.2.0 types-protobuf==6.32.1.20251105 types-toml==0.10.8.20240310 -typing-extensions==4.14.1 +typing-extensions==4.15.0 urllib3==2.5.0 virtualenv==20.31.2 wcwidth==0.2.13 From 2258b7af9b2ebd4c7001b26eb32fc0a8671cd164 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:47 -0500 Subject: [PATCH 32/33] Update virtualenv from 20.31.2 to 20.35.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8c24ca11..b6044f69 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -56,7 +56,7 @@ types-protobuf==6.32.1.20251105 types-toml==0.10.8.20240310 typing-extensions==4.15.0 urllib3==2.5.0 -virtualenv==20.31.2 +virtualenv==20.35.4 wcwidth==0.2.13 webencodings==0.5.1 wheel==0.46.1 From 8ccbc720920942c0e2cd6a17a1a5ecc0bd073679 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Dec 2025 10:13:48 -0500 Subject: [PATCH 33/33] Update wcwidth from 0.2.13 to 0.2.14 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b6044f69..a0d08d0b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -57,7 +57,7 @@ types-toml==0.10.8.20240310 typing-extensions==4.15.0 urllib3==2.5.0 virtualenv==20.35.4 -wcwidth==0.2.13 +wcwidth==0.2.14 webencodings==0.5.1 wheel==0.46.1 zipp==3.23.0