Skip to content

Commit a171fb6

Browse files
Bump pkgconfig from 1.5.5 to 1.6.0 (#12218)
Bumps [pkgconfig](https://github.com/matze/pkgconfig) from 1.5.5 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matze/pkgconfig/releases">pkgconfig's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <p>Changes see there: <a href="https://github.com/matze/pkgconfig?tab=readme-ov-file#changelog">https://github.com/matze/pkgconfig?tab=readme-ov-file#changelog</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matze/pkgconfig/commit/463480d0a0af629fed927b89ddcf2d406b22e337"><code>463480d</code></a> update changelog</li> <li><a href="https://github.com/matze/pkgconfig/commit/21cf3b1a4deadbc27c93ed04e3cbad1a9e0db030"><code>21cf3b1</code></a> README: pkg-config and pkgconf, <a href="https://redirect.github.com/matze/pkgconfig/issues/75">#75</a></li> <li><a href="https://github.com/matze/pkgconfig/commit/4c62cb12ef85faf6dd70c590b7ed8510086c39aa"><code>4c62cb1</code></a> brew: use pkgconf instead of pkg-config</li> <li><a href="https://github.com/matze/pkgconfig/commit/784425f5bedb3b0d3642ba4105e6cfd681e20cb6"><code>784425f</code></a> CI: update actions</li> <li><a href="https://github.com/matze/pkgconfig/commit/ca1d0092c69d456b88cedc6d3f56f4e6699db8a8"><code>ca1d009</code></a> CI: use macos-15 / py313</li> <li><a href="https://github.com/matze/pkgconfig/commit/3cf03e0360a58e0e905158fe978943d0c0e3974d"><code>3cf03e0</code></a> CI: remove duplicate py313 job</li> <li><a href="https://github.com/matze/pkgconfig/commit/abf083a40b1c3a00b3f9b53548e6ddc59d2741c8"><code>abf083a</code></a> Merge pull request <a href="https://redirect.github.com/matze/pkgconfig/issues/79">#79</a> from ThomasWaldmann/misc-updates</li> <li><a href="https://github.com/matze/pkgconfig/commit/5d16c48978d76dbbaa4dd65749ddd59e92d9c541"><code>5d16c48</code></a> work around tox setup.cfg bug</li> <li><a href="https://github.com/matze/pkgconfig/commit/7f9545db9ede6989fb53983d81117241441dd4f3"><code>7f9545d</code></a> CI: test on Python 3.14</li> <li><a href="https://github.com/matze/pkgconfig/commit/76ce1ca1c5b4bbd4a39edbed2f3893995287afbc"><code>76ce1ca</code></a> code: fix typos and grammar</li> <li>Additional commits viewable in <a href="https://github.com/matze/pkgconfig/compare/v1.5.5...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkgconfig&package-manager=pip&previous-version=1.5.5&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61a661d commit a171fb6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pathspec==1.0.4
136136
# via mypy
137137
pip-tools==7.5.3
138138
# via -r requirements/dev.in
139-
pkgconfig==1.5.5
139+
pkgconfig==1.6.0
140140
# via -r requirements/test-common.in
141141
platformdirs==4.9.4
142142
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pathspec==1.0.4
133133
# via mypy
134134
pip-tools==7.5.3
135135
# via -r requirements/dev.in
136-
pkgconfig==1.5.5
136+
pkgconfig==1.6.0
137137
# via -r requirements/test-common.in
138138
platformdirs==4.9.4
139139
# via

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ packaging==26.0
4848
# via pytest
4949
pathspec==1.0.4
5050
# via mypy
51-
pkgconfig==1.5.5
51+
pkgconfig==1.6.0
5252
# via -r requirements/test-common.in
5353
pluggy==1.6.0
5454
# via

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packaging==26.0
7575
# pytest
7676
pathspec==1.0.4
7777
# via mypy
78-
pkgconfig==1.5.5
78+
pkgconfig==1.6.0
7979
# via -r requirements/test-common.in
8080
pluggy==1.6.0
8181
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packaging==26.0
7575
# pytest
7676
pathspec==1.0.4
7777
# via mypy
78-
pkgconfig==1.5.5
78+
pkgconfig==1.6.0
7979
# via -r requirements/test-common.in
8080
pluggy==1.6.0
8181
# via

0 commit comments

Comments
 (0)