File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ ruby_bundle_upgrade:
46
46
# Run pip-compile to upgrade python dependencies
47
47
.PHONY : pip_compile
48
48
pip_compile :
49
+ rm python/requirements.txt; \
49
50
pip-compile python/requirements.in --output-file python/requirements.txt
50
51
51
52
Original file line number Diff line number Diff line change 6
6
Changelog
7
7
=========
8
8
9
+ 4.1.1
10
+ -----
11
+
12
+ Python
13
+ ******
14
+
15
+ - Ensured Python dependencies are correctly updated
16
+
17
+
9
18
4.1.0
10
19
-----
11
20
@@ -22,7 +31,7 @@ General
22
31
C#/F#
23
32
*****
24
33
25
- - Updated gRPC to 2.41 .0
34
+ - Updated gRPC to 2.42 .0
26
35
- Updated ``rules_dotnet `` to latest
27
36
28
37
Go
Original file line number Diff line number Diff line change 6
6
#
7
7
grpclib == 0.4.2 ; python_version > "3"
8
8
# via -r python/requirements.in
9
- h2 == 4.0 .0
9
+ h2 == 4.1 .0
10
10
# via grpclib
11
11
hpack == 4.0.0
12
12
# via h2
13
- hyperframe == 6.0.0
13
+ hyperframe == 6.0.1
14
14
# via h2
15
- multidict == 4.7.6
15
+ multidict == 5.2.0
16
16
# via grpclib
You can’t perform that action at this time.
0 commit comments