File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ A brief description of the categories of changes:
24
24
* (bzlmod): The ` MODULE.bazel.lock ` ` whl_library ` rule attributes are now
25
25
sorted in the attributes section. We are also removing values that are not
26
26
default in order to reduce the size of the lock file.
27
+ * (coverage) Bump ` coverage.py ` to [ 7.4.3] ( https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst#version-743--2024-02-23 ) .
27
28
* (deps): Bumped bazel_features to 1.9.1 to detect optional support
28
29
non-blocking downloads.
30
+ * (deps): Updated ` pip_tools ` to >= 7.4.0
29
31
30
32
### Fixed
31
33
@@ -75,9 +77,6 @@ A brief description of the categories of changes:
75
77
[ test_file_pattern_issue ] : https://github.com/bazelbuild/rules_python/issues/1816
76
78
[ test_file_pattern_docs ] : gazelle/README.md#directive-python_test_file_pattern
77
79
78
- ### Changed
79
-
80
- * (coverage) Bump ` coverage.py ` to [ 7.4.3] ( https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst#version-743--2024-02-23 ) .
81
80
82
81
## [ 0.31.0] - 2024-02-12
83
82
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ _RULE_DEPS = [
21
21
# START: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'
22
22
(
23
23
"pypi__build" ,
24
- "https://files.pythonhosted.org/packages/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0 /build-0.10.0 -py3-none-any.whl" ,
25
- "af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171 " ,
24
+ "https://files.pythonhosted.org/packages/e2/03/f3c8ba0a6b6e30d7d18c40faab90807c9bb5e9a1e3b2fe2008af624a9c97 /build-1.2.1 -py3-none-any.whl" ,
25
+ "75e10f767a433d9a86e50d83f418e83efc18ede923ee5ff7df93b6cb0306c5d4 " ,
26
26
),
27
27
(
28
28
"pypi__click" ,
@@ -66,8 +66,8 @@ _RULE_DEPS = [
66
66
),
67
67
(
68
68
"pypi__pip_tools" ,
69
- "https://files.pythonhosted.org/packages/e8/df/47e6267c6b5cdae867adbdd84b437393e6202ce4322de0a5e0b92960e1d6 /pip_tools-7.3.0 -py3-none-any.whl" ,
70
- "8717693288720a8c6ebd07149c93ab0be1fced0b5191df9e9decd3263e20d85e " ,
69
+ "https://files.pythonhosted.org/packages/0d/dc/38f4ce065e92c66f058ea7a368a9c5de4e702272b479c0992059f7693941 /pip_tools-7.4.1 -py3-none-any.whl" ,
70
+ "4c690e5fbae2f21e87843e89c26191f0d9454f362d8acdbd695716493ec8b3a9 " ,
71
71
),
72
72
(
73
73
"pypi__pyproject_hooks" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ more_itertools
7
7
packaging
8
8
pep517
9
9
pip
10
- pip_tools
10
+ pip_tools >= 7.4.0
11
11
setuptools
12
12
tomli
13
13
wheel
You can’t perform that action at this time.
0 commit comments