aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Boccon-Gibod <boccongibod@google.com>2023-08-31 14:53:54 -0700
committerGitHub <noreply@github.com>2023-08-31 14:53:54 -0700
commit0a251c9f8e9290e3b1d8feb68c670191dfa250b7 (patch)
tree5271fba80c05b696ef0bd6f14733eb95076128d6
parent8f3fdecb931e1e7a69716167a048c039d9ef24fb (diff)
parent351d77be59f766ad033397bc11420384c1671417 (diff)
downloadbumble-0a251c9f8e9290e3b1d8feb68c670191dfa250b7.tar.gz
Merge pull request #265 from mogenson/grpcio-update
Update grpcio and pip package versions
-rw-r--r--environment.yml2
-rw-r--r--setup.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/environment.yml b/environment.yml
index 17b040c..2e927cb 100644
--- a/environment.yml
+++ b/environment.yml
@@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- - pip=20
+ - pip=23
- python=3.8
- pip:
- --editable .[development,documentation,test]
diff --git a/setup.cfg b/setup.cfg
index 1072acc..53c28fd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,7 @@ install_requires =
bt-test-interfaces >= 0.0.2; platform_system!='Emscripten'
click == 8.1.3; platform_system!='Emscripten'
cryptography == 39; platform_system!='Emscripten'
- grpcio == 1.51.1; platform_system!='Emscripten'
+ grpcio == 1.57.0; platform_system!='Emscripten'
humanize >= 4.6.0; platform_system!='Emscripten'
libusb1 >= 2.0.1; platform_system!='Emscripten'
libusb-package == 1.0.26.1; platform_system!='Emscripten'
@@ -81,7 +81,7 @@ test =
coverage >= 6.4
development =
black == 22.10
- grpcio-tools >= 1.51.1
+ grpcio-tools >= 1.57.0
invoke >= 1.7.3
mypy == 1.2.0
nox >= 2022