Skip to content

Commit bf8e06f

Browse files
Bump deptry from 0.24.0 to 0.25.1 in /CI (#596)
Bumps [deptry](https://github.com/osprey-oss/deptry) from 0.24.0 to 0.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/osprey-oss/deptry/releases">deptry's releases</a>.</em></p> <blockquote> <h2>0.25.1</h2> <h2>What's Changed</h2> <p>Release <a href="https://github.com/osprey-oss/deptry/releases/tag/0.25.0">0.25.0</a> was yanked in PyPI because of a failure during the release. 0.25.1 is identical, but includes a fix in the release process.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/osprey-oss/deptry/compare/0.25.0...0.25.1">https://github.com/osprey-oss/deptry/compare/0.25.0...0.25.1</a></p> <h2>0.25.0</h2> <h2>What's Changed</h2> <h3>Repository moved to Osprey OSS</h3> <p>deptry has moved from <a href="https://github.com/fpgmaas/deptry">fpgmaas/deptry</a> to <a href="https://github.com/osprey-oss/deptry">osprey-oss/deptry</a> under the new Osprey OSS organisation. This ensures the project is not tied to a single account and makes it easier to manage contributors and access as the project grows.</p> <h3>Features</h3> <ul> <li>Support inline <code># deptry: ignore</code> comments to suppress violations (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1473">#1473</a>)</li> <li>Support non-dev dependency groups with <code>--non-dev-dependency-groups</code> (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1440">#1440</a>)</li> <li>Use <code>tomli</code> on Python &lt; 3.15 for TOML 1.1 support (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1446">#1446</a>)</li> <li>Add <code>--optional-dependencies-dev-groups</code> and deprecate <code>--pep621-dev-dependency-groups</code> (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1391">#1391</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ensure that <code>--config</code> does not suppress output (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1390">#1390</a>)</li> </ul> <h3>Full Changelog</h3> <p><a href="https://github.com/fpgmaas/deptry/compare/0.24.0...0.25.0">https://github.com/fpgmaas/deptry/compare/0.24.0...0.25.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/osprey-oss/deptry/blob/main/CHANGELOG.md">deptry's changelog</a>.</em></p> <blockquote> <h2>0.25.1 - 2025-03-18</h2> <p>Release 0.25.0 was yanked in PyPI because of a failure during the release. 0.25.1 is identical, but includes a fix in the release process.</p> <h2>0.25.0 - 2025-03-18</h2> <h3>Repository moved to Osprey OSS</h3> <p>deptry has moved from <a href="https://github.com/fpgmaas/deptry">fpgmaas/deptry</a> to <a href="https://github.com/osprey-oss/deptry">osprey-oss/deptry</a> under the new Osprey OSS organisation. This ensures the project is not tied to a single account and makes it easier to manage contributors and access as the project grows.</p> <h3>Features</h3> <ul> <li>Support inline <code># deptry: ignore</code> comments to suppress violations (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1473">#1473</a>)</li> <li>Support non-dev dependency groups with <code>--non-dev-dependency-groups</code> (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1440">#1440</a>)</li> <li>Use <code>tomli</code> on Python &lt; 3.15 for TOML 1.1 support (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1446">#1446</a>)</li> <li>Add <code>--optional-dependencies-dev-groups</code> and deprecate <code>--pep621-dev-dependency-groups</code> (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1391">#1391</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ensure that <code>--config</code> does not suppress output (<a href="https://redirect.github.com/fpgmaas/deptry/pull/1390">#1390</a>)</li> </ul> <h3>Full Changelog</h3> <p><a href="https://github.com/fpgmaas/deptry/compare/0.24.0...0.25.0">https://github.com/fpgmaas/deptry/compare/0.24.0...0.25.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/osprey-oss/deptry/commit/0c39226d761685125c5ff71ca81282d6751c9540"><code>0c39226</code></a> Remove pinned maturin version for building windows wheels in release (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1516">#1516</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/501a929da2e323fb3b49322380169ade0fd4709f"><code>501a929</code></a> chore(packaging): use PEP 639 license format (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1514">#1514</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/2d89cf487520b0284a4f6f6a6077ce3bb7299bbd"><code>2d89cf4</code></a> Releasenotes for release 0.25.0 (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1510">#1510</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/ef64f9367f58aab61e752f8a48c07dd9fd137f7f"><code>ef64f93</code></a> Replace all references of fpgmaas/deptry with osprey-oss/deptry (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1513">#1513</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/fdec8c532f2172ec64bec4b779fcb56508e276ef"><code>fdec8c5</code></a> Add trusted publishing (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1512">#1512</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/2e27ae2242567f2958aa9a451f54d4b3ec31740b"><code>2e27ae2</code></a> chore(deps): update uv-version to v0.10.10 (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1503">#1503</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/9d1f7d1e6ed1d27c163dd1abc28eeda5beba50ca"><code>9d1f7d1</code></a> chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.6 (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1502">#1502</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/2a5a0a6b631f0ee1e4475b1e9212d0bafe3af68c"><code>2a5a0a6</code></a> chore(deps): update dependency mkdocs-material to v9.7.5 (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1501">#1501</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/487f682138d7ac9370cb1b9edd0be26a1e8940d0"><code>487f682</code></a> chore(deps): update dependency pnpm to v10.32.1 (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1506">#1506</a>)</li> <li><a href="https://github.com/osprey-oss/deptry/commit/608ba46360298c30db7402179fe85349f78391f4"><code>608ba46</code></a> fix(deps): update ruff rust to v0.15.6 (<a href="https://redirect.github.com/osprey-oss/deptry/issues/1504">#1504</a>)</li> <li>Additional commits viewable in <a href="https://github.com/osprey-oss/deptry/compare/0.24.0...0.25.1">compare view</a></li> </ul> </details> <br />
2 parents 2dd4cf4 + 215844d commit bf8e06f

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

CI/requirements_ci.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bump-my-version==1.2.6
2-
deptry==0.24.0
2+
deptry==0.25.1
33
exceptiongroup==1.3.1
44
flit==3.12.0
55
pip==26.0

CI/requirements_ci.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -138,23 +138,23 @@ colorama==0.4.6 \
138138
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
139139
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
140140
# via tox
141-
deptry==0.24.0 \
142-
--hash=sha256:00ec34b968a13c03a5268ce0211f891ace31851d916415e0a748fae9596c00d5 \
143-
--hash=sha256:03d375db3e56821803aeca665dbb4c2fd935024310350cc18e8d8b6421369d2b \
144-
--hash=sha256:0fbe50a2122d79cec53fdfd73a7092c05f316555a1139bcbacf3432572675977 \
145-
--hash=sha256:3a047e53b76c36737f8bb392bb326fb66c6af4bedafeaa4ad274c7ed82e91862 \
146-
--hash=sha256:4267d74a600ac7fdd05a0d3e219c9386670db0d3bb316ae7b94c9b239d1187cb \
147-
--hash=sha256:5152ffa478e62f9aea9df585ce49d758087fd202f6d92012216aa0ecad22c267 \
148-
--hash=sha256:68d90735042c169e2a12846ac5af9e20d0ad1a5a7a894a9e4eb0bd8f3c655add \
149-
--hash=sha256:6ae96785aaee5540c144306506f1480dcfa4d096094e6bd09dc8c9a9bfda1d46 \
150-
--hash=sha256:6ddfedafafe5cbfce31a50d4ea99d7b9074edcd08b9b94350dc739e2fb6ed7f9 \
151-
--hash=sha256:841bf35d62e1facc0c244b9430455705249cc93552ed4964d367befe9be6a313 \
152-
--hash=sha256:852e88af2087e03cdf9ece6916f3f58b74191ab51cc8074897951bd496ee7dbb \
153-
--hash=sha256:92bd8d331a5a6f8e6247436bc6fe384bcf86a8d69fe33442d195996fb9b20547 \
154-
--hash=sha256:94b354848130d45e16d3a3039ae8177bce33828f62028c4ff8f2e1b04f7182ba \
155-
--hash=sha256:a575880146bab671a62babb9825b85b4f1bda8aeaade4fcb59f9262caf91d6c7 \
156-
--hash=sha256:dd22fa2dbbdf4b38061ca9504f2a6ce41ec14fa5c9fe9b0b763ccc1275efebd5 \
157-
--hash=sha256:ea58709e5f3aa77c0737d8fb76166b7703201cf368fbbb14072ccda968b6703a
141+
deptry==0.25.1 \
142+
--hash=sha256:03c032c32492fde434736954fbcaff09c02bf207b0f793b77e9040300e34b344 \
143+
--hash=sha256:14bfcc28b4326ed8c6abb30691b19077d4ef8613cfba6c37ef5b1f471775bf6f \
144+
--hash=sha256:18d21b3545ab2bfec53f3f45c6f5f201d55f713323327f8d12674505469ae6b7 \
145+
--hash=sha256:30d64d4df1c08bc69de56cb0b4ec1f4cd9fa2e42582347d5b1eb25fd0e401745 \
146+
--hash=sha256:45c8cd982c85cd4faae573ddff6920de7eec735336db6973f26a765ae7950f7d \
147+
--hash=sha256:555f5f9a487899ec9bf301eecba1745e14d212c4b354f4d3a5fd691e907366d3 \
148+
--hash=sha256:58d39279828dbf4efc1abb40bf50a71b21499c36759bed5a8d8a3c0e3149b091 \
149+
--hash=sha256:6efffd8116fb9d2c45a251382ce4ce1c38dbb17179f581ec9231ed5390f7fc12 \
150+
--hash=sha256:80f31eb5c520651b102568dd91f738222b250a3e44c9e95d4941322109b8d40a \
151+
--hash=sha256:87bcd90f99a98bb059c7580bc315c3f87d97fe2db725530030bc974176834735 \
152+
--hash=sha256:a4dd1148db24a1ddacfa8b840836c6019c2f864fcb7579dd089fd217606338c8 \
153+
--hash=sha256:b59a560cb7dffb21832a98bb80d33d614cfb5630ea36ce21833eabf4eae3df99 \
154+
--hash=sha256:c67c666d916ef12013c0772e40d78be0f21577a495d8d99ec5fcb18c332d393d \
155+
--hash=sha256:df88952a2bab7517ef23cb304b979199b28449e5d9db2e9ba9bc27a286ac852b \
156+
--hash=sha256:e3fa3321078e11cd1ac3f10ce3ff0547731c53f9253b87c757a8749c76fe8fa9 \
157+
--hash=sha256:e6f7b8fa72932e51e86799b10dcd29381b2132dc799c790dca3b28ab08dffb28
158158
# via -r requirements_ci.in
159159
dill==0.3.9 \
160160
--hash=sha256:468dff3b89520b474c0397703366b7b95eebe6303f108adf9b19da1f702be87a \

0 commit comments

Comments
 (0)