Skip to content

Commit 11a75a9

Browse files
Merge branch 'main' into RonnyPfannschmidt-oidc-permissions
2 parents c5ba2d8 + e3b41ed commit 11a75a9

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
fetch-depth: 0
9292

9393
- name: Set up Python ${{ matrix.python }}
94-
uses: actions/setup-python@v4
94+
uses: actions/setup-python@v5
9595
with:
9696
python-version: ${{ matrix.python }}
9797

@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
fetch-depth: 0
129129

130-
- uses: actions/setup-python@v4
130+
- uses: actions/setup-python@v5
131131
with:
132132
python-version: "3.11"
133133

@@ -140,4 +140,4 @@ jobs:
140140
run: python -m build --sdist --wheel --outdir dist/
141141

142142
- name: Publish package
143-
uses: pypa/gh-action-pypi-publish@v1.8.6
143+
uses: pypa/gh-action-pypi-publish@v1.8.14

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
2121

2222
.. towncrier release notes start
2323
24+
pluggy 1.5.0 (2024-04-19)
25+
=========================
26+
27+
Features
28+
--------
29+
30+
- `#178 <https://github.com/pytest-dev/pluggy/issues/178>`_: Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.
31+
32+
See :ref:`warn_on_impl` for details.
33+
34+
35+
36+
Bug Fixes
37+
---------
38+
39+
- `#481 <https://github.com/pytest-dev/pluggy/issues/481>`_: ``PluginManager.get_plugins()`` no longer returns ``None`` for blocked plugins.
40+
41+
2442
pluggy 1.4.0 (2024-01-24)
2543
=========================
2644

changelog/178.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/481.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)