Skip to content

Commit

Permalink
* update buf and pin all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epikhinm committed Aug 8, 2024
1 parent 6666e51 commit e34b843
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

REPO_ROOT:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

BUF_VERSION="1.30.1"
BUF_VERSION="1.36.0"
BIN="venv/bin"

venv: ## install deps (library & development)
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pytest
python-semantic-release==7.34.6
tox
tox-gh-actions
grpcio-tools
grpcio-tools==1.62.1
wheel
17 changes: 9 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
author_email="support@double.cloud",
license="Apache License 2.0",
install_requires=[
"cryptography>=39.0.2",
"grpcio>=1.51.3",
"protobuf>=4.22.1",
"grpcio-tools>=1.51.3",
"googleapis-common-protos>=1.58.0",
"pyjwt>=2.6.0",
"requests>=2.28.2",
"six>=1.16.0",
"cryptography==42.0.5",
"grpcio==1.62.1",
"protobuf==4.22.1",
"grpcio-tools==1.62.1",
"googleapis-common-protos==1.63.0",
"pyjwt==2.8.0",
"requests==2.31.0",
"six==1.16.0",
],
classifiers=[
"Programming Language :: Python",
Expand All @@ -29,6 +29,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
tests_require=["pytest"],
setup_requires=["wheel"],
Expand Down

0 comments on commit e34b843

Please sign in to comment.