You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/smoke-python-group-multidir.yaml
+62-2Lines changed: 62 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,68 @@ output:
146
146
operation: update
147
147
support_file: false
148
148
type: file
149
-
pr-title: bump the pip group across 2 directories with 2 updates
150
-
commit-message: bump the pip group across 2 directories with 2 updates
149
+
pr-title: Bump the pip group across 2 directories with 2 updates
150
+
pr-body: |
151
+
Bumps the pip group with 1 update in the /pip/multi-dir/foo directory: [urllib3](https://github.com/urllib3/urllib3).
152
+
Bumps the pip group with 1 update in the /pip/multi-dir/bar directory: [numpy](https://github.com/numpy/numpy).
153
+
154
+
Updates `urllib3` from 1.0 to 1.0.1
155
+
<details>
156
+
<summary>Changelog</summary>
157
+
<p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p>
158
+
<blockquote>
159
+
<h1>1.0.1 (2011-10-10)</h1>
160
+
<ul>
161
+
<li>Fixed a bug where the same connection would get returned into the pool twice,
162
+
causing extraneous "HttpConnectionPool is full" log warnings.</li>
163
+
</ul>
164
+
</blockquote>
165
+
</details>
166
+
<details>
167
+
<summary>Commits</summary>
168
+
<ul>
169
+
<li><a href="https://github.com/urllib3/urllib3/commit/9f6e2eaae4b8ef84b6d3dddf55197c4d17946ca1"><code>9f6e2ea</code></a> Version bump to 1.0.1</li>
170
+
<li><a href="https://github.com/urllib3/urllib3/commit/231b75492c85692ec307fb9606dbaabff0a80754"><code>231b754</code></a> Added test which fails when double release bug exists.</li>
171
+
<li><a href="https://github.com/urllib3/urllib3/commit/9f7306fed618577ca89d0d355e8f51027aaeb54d"><code>9f7306f</code></a> Bug fix: Connection was double-released when preload_content=True.</li>
172
+
<li>See full diff in <a href="https://github.com/urllib3/urllib3/compare/1.0...1.0.1">compare view</a></li>
<li><a href="https://github.com/numpy/numpy/commit/66d80f358d10fede3743809eceba32a47f103907"><code>66d80f3</code></a> Backport 6839 and 6840 from trunk.</li>
<li><a href="https://github.com/numpy/numpy/commit/2f9063f598515a2708decd55a13cd5672851047f"><code>2f9063f</code></a> RC2 for 1.3.0.</li>
185
+
<li><a href="https://github.com/numpy/numpy/commit/adb7e7074f7578de230d3aa54d3ad17cc929b1c2"><code>adb7e70</code></a> Backport 6833-6834 to 1.3.x.</li>
186
+
<li><a href="https://github.com/numpy/numpy/commit/8601c3446a52e7f7b70c830be6ebb9e2d10700ed"><code>8601c34</code></a> Backport r6827 to fix ticket <a href="https://redirect.github.com/numpy/numpy/issues/1039">#1039</a></li>
<li><a href="https://github.com/numpy/numpy/commit/b6a2b941a35509758784bf9aed308b04dac5f8a5"><code>b6a2b94</code></a> 1.3.x backport 6818: Move routines.testing.rst to the correct place</li>
189
+
<li><a href="https://github.com/numpy/numpy/commit/4a5e87298925e42cc7727f18134e0d8bee0c4291"><code>4a5e872</code></a> 1.3.x backport r6816: Enable docstrings for fmin and fmax</li>
190
+
<li><a href="https://github.com/numpy/numpy/commit/58ac9c480a230d4cb8029b9666150601632ef04f"><code>58ac9c4</code></a> Bump to rc2.</li>
191
+
<li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.0...v1.3.0">compare view</a></li>
192
+
</ul>
193
+
</details>
194
+
<br />
195
+
commit-message: |-
196
+
Bump the pip group across 2 directories with 2 updates
197
+
198
+
Bumps the pip group with 1 update in the /pip/multi-dir/foo directory: [urllib3](https://github.com/urllib3/urllib3).
199
+
Bumps the pip group with 1 update in the /pip/multi-dir/bar directory: [numpy](https://github.com/numpy/numpy).
0 commit comments