Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ gitdb==4.0.7 \
# via
# -r docs/requirements.txt
# gitpython
gitpython==3.1.14 \
--hash=sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b \
--hash=sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61
gitpython==3.1.17 \
--hash=sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135 \
--hash=sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e
# via -r docs/requirements.txt
idna==2.10 \
--hash=sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 \
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-bridge/client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.22.0
grpcio
grpcio-tools
protobuf==3.16.0
protobuf==3.17.0
6 changes: 3 additions & 3 deletions tools/deprecate_version/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ gitdb==4.0.7 \
# via
# -r tools/deprecate_version/requirements.txt
# gitpython
gitpython==3.1.14 \
--hash=sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b \
--hash=sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61
gitpython==3.1.17 \
--hash=sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135 \
--hash=sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e
# via -r tools/deprecate_version/requirements.txt
idna==2.10 \
--hash=sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 \
Expand Down
6 changes: 3 additions & 3 deletions tools/testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ pyparsing==2.4.7 \
# via
# -r tools/testing/requirements.txt
# packaging
pytest-cov==2.11.1 \
--hash=sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7 \
--hash=sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da
pytest-cov==2.12.0 \
--hash=sha256:95d4933dcbbacfa377bb60b29801daa30d90c33981ab2a79e9ab4452c165066e \
--hash=sha256:8535764137fecce504a49c2b742288e3d34bc09eed298ad65963616cc98fd45e
# via -r tools/testing/requirements.txt
pytest==6.2.4 \
--hash=sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890 \
Expand Down