Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2b9ecca
Update cffi from 1.17.1 to 2.0.0
pyup-bot Dec 1, 2025
f6103c0
Update cryptography from 45.0.5 to 46.0.3
pyup-bot Dec 1, 2025
754b966
Update googleapis-common-protos from 1.70.0 to 1.72.0
pyup-bot Dec 1, 2025
3afd0aa
Update grpcio from 1.73.1 to 1.76.0
pyup-bot Dec 1, 2025
1817747
Update grpcio from 1.73.1 to 1.76.0
pyup-bot Dec 1, 2025
7e8a727
Update protobuf from 6.31.1 to 6.33.1
pyup-bot Dec 1, 2025
e6acc2f
Update protobuf from 6.31.1 to 6.33.1
pyup-bot Dec 1, 2025
46e4fba
Update pycparser from 2.22 to 2.23
pyup-bot Dec 1, 2025
5bc0bbc
Update attrs from 25.3.0 to 25.4.0
pyup-bot Dec 1, 2025
efbaa07
Update bleach from 6.2.0 to 6.3.0
pyup-bot Dec 1, 2025
ddbb091
Update certifi from 2025.6.15 to 2025.11.12
pyup-bot Dec 1, 2025
35e001a
Update coverage from 7.9.2 to 7.12.0
pyup-bot Dec 1, 2025
f1e1e7b
Update distlib from 0.3.9 to 0.4.0
pyup-bot Dec 1, 2025
da0dffe
Update docutils from 0.21.2 to 0.22.3
pyup-bot Dec 1, 2025
646e00b
Update filelock from 3.18.0 to 3.20.0
pyup-bot Dec 1, 2025
6c68734
Update grpcio-tools from 1.73.1 to 1.76.0
pyup-bot Dec 1, 2025
e4d139b
Update idna from 3.10 to 3.11
pyup-bot Dec 1, 2025
f4f486b
Update keyring from 25.6.0 to 25.7.0
pyup-bot Dec 1, 2025
eb2093f
Update markupsafe from 3.0.2 to 3.0.3
pyup-bot Dec 1, 2025
c3328d5
Update more-itertools from 10.7.0 to 10.8.0
pyup-bot Dec 1, 2025
4882c4c
Update mypy from 1.16.1 to 1.19.0
pyup-bot Dec 1, 2025
3ce93bb
Update pyparsing from 3.2.3 to 3.2.5
pyup-bot Dec 1, 2025
4a7f6db
Update pytest-cov from 6.2.1 to 7.0.0
pyup-bot Dec 1, 2025
9666078
Update pytest-mock from 3.14.1 to 3.15.1
pyup-bot Dec 1, 2025
027459b
Update pytest from 8.4.1 to 9.0.1
pyup-bot Dec 1, 2025
ef6d1a0
Update requests from 2.32.4 to 2.32.5
pyup-bot Dec 1, 2025
dec49cc
Update sphinx from 8.1.3 to 9.0.0
pyup-bot Dec 1, 2025
4a0040b
Update tox from 4.27.0 to 4.32.0
pyup-bot Dec 1, 2025
af500f6
Update twine from 6.1.0 to 6.2.0
pyup-bot Dec 1, 2025
ddf577a
Update types-protobuf from 6.30.2.20250703 to 6.32.1.20251105
pyup-bot Dec 1, 2025
7c450fd
Update typing-extensions from 4.14.1 to 4.15.0
pyup-bot Dec 1, 2025
2258b7a
Update virtualenv from 20.31.2 to 20.35.4
pyup-bot Dec 1, 2025
8ccbc72
Update wcwidth from 0.2.13 to 0.2.14
pyup-bot Dec 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
base58==2.1.1
cffi==1.17.1
cryptography==45.0.5
cffi==2.0.0
cryptography==46.0.3
ecdsa==0.19.1
googleapis-common-protos==1.70.0
grpcio==1.73.1
protobuf==6.31.1
pycparser==2.22
googleapis-common-protos==1.72.0
grpcio==1.76.0
protobuf==6.33.1
pycparser==2.23
toml==0.10.2
54 changes: 27 additions & 27 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
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
bleach==6.3.0
certifi==2025.11.12
chardet==5.2.0
codecov==2.1.13
coverage==7.9.2
distlib==0.3.9
docutils==0.21.2
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.73.1
idna==3.10
grpcio-tools==1.76.0
grpcio==1.76.0
idna==3.11
imagesize==1.4.1
importlib-metadata==8.7.0; python_version < '3.8'
jinja2==3.1.6
keyring==25.6.0
markupsafe==3.0.2
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
mypy==1.19.0
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
pyparsing==3.2.3
pytest-cov==6.2.1
pytest-mock==3.14.1
pytest==8.4.1
pyparsing==3.2.5
pytest-cov==7.0.0
pytest-mock==3.15.1
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
sphinx==9.0.0
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
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
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
virtualenv==20.35.4
wcwidth==0.2.14
webencodings==0.5.1
wheel==0.46.1
zipp==3.23.0
Loading