Skip to content

Commit c618f7f

Browse files
authored
Merge pull request #167 from rules-proto-grpc/dev
4.1.1 Release
2 parents 662986a + 1a05c2a commit c618f7f

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CNAME

-1
This file was deleted.

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ruby_bundle_upgrade:
4646
# Run pip-compile to upgrade python dependencies
4747
.PHONY: pip_compile
4848
pip_compile:
49+
rm python/requirements.txt; \
4950
pip-compile python/requirements.in --output-file python/requirements.txt
5051

5152

docs/changelog.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
Changelog
77
=========
88

9+
4.1.1
10+
-----
11+
12+
Python
13+
******
14+
15+
- Ensured Python dependencies are correctly updated
16+
17+
918
4.1.0
1019
-----
1120

@@ -22,7 +31,7 @@ General
2231
C#/F#
2332
*****
2433

25-
- Updated gRPC to 2.41.0
34+
- Updated gRPC to 2.42.0
2635
- Updated ``rules_dotnet`` to latest
2736

2837
Go

python/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
grpclib==0.4.2 ; python_version > "3"
88
# via -r python/requirements.in
9-
h2==4.0.0
9+
h2==4.1.0
1010
# via grpclib
1111
hpack==4.0.0
1212
# via h2
13-
hyperframe==6.0.0
13+
hyperframe==6.0.1
1414
# via h2
15-
multidict==4.7.6
15+
multidict==5.2.0
1616
# via grpclib

0 commit comments

Comments
 (0)