Releases: NHSDigital/prescriptions-for-patients
v1.0.274-beta
Commit message
Fix: [AEA-0000] - pin ubuntu in github actions (#226)
Summary
- Routine Change
Details
- pin ubuntu in github actions
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.271-beta
Commit message
Upgrade: [dependabot] - bump gitpython from 3.1.43 to 3.1.44 (#223)
Bumps gitpython
from 3.1.43 to 3.1.44.
Release notes
Sourced from gitpython's releases.
3.1.44
What's Changed
- Fix typo in _get_exe_extensions PATHEXT fallback by
@EliahKagan
in gitpython-developers/GitPython#1890- Don't suppress pytest warning summaries by
@EliahKagan
in gitpython-developers/GitPython#1892- Update the comment about
--mixed
and paths by@EliahKagan
in gitpython-developers/GitPython#1894- Fixed an error updating shallow submodules by
@EduardTalanov
in gitpython-developers/GitPython#1899- Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo by
@DaveLak
in gitpython-developers/GitPython#1901- Fuzzer Migration Follow-ups by
@DaveLak
in gitpython-developers/GitPython#1903- Dockerize "Direct Execution of Fuzz Targets" by
@DaveLak
in gitpython-developers/GitPython#1904- Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable by
@DaveLak
in gitpython-developers/GitPython#1906- Add GitPython's Standard License Header Comments to Shell Scripts by
@DaveLak
in gitpython-developers/GitPython#1907- Fix
IndexError
inGitConfigParser
When a Quoted Config Value Contains a Trailing New Line by@DaveLak
in gitpython-developers/GitPython#1908- Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash by
@DaveLak
in gitpython-developers/GitPython#1909- Replace the Suboptimal
fuzz_tree.py
Harness With a Better Alternative by@DaveLak
in gitpython-developers/GitPython#1910- Add git.Blob Fuzz Target by
@DaveLak
in gitpython-developers/GitPython#1911- lint: switch order Ruff's hooks
fix
->format
by@Borda
in gitpython-developers/GitPython#1912- Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure by
@DaveLak
in gitpython-developers/GitPython#1913- Add
Diff
Fuzz Target by@DaveLak
in gitpython-developers/GitPython#1914- Instrument test utility functions to increase fuzzer efficiency by
@DaveLak
in gitpython-developers/GitPython#1915- Add the
.git
subdir as anothersafe.directory
on Cygwin CI by@EliahKagan
in gitpython-developers/GitPython#1916- Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 by
@dependabot
in gitpython-developers/GitPython#1917- Add Submodules Fuzz Target by
@DaveLak
in gitpython-developers/GitPython#1919- Add graceful handling of expected exceptions in fuzz_submodule.py by
@DaveLak
in gitpython-developers/GitPython#1922- precommit: enable
validate-pyproject
by@Borda
in gitpython-developers/GitPython#1921- typing fixes - DiffIndex generic type and IndexFile items by
@Andrej730
in gitpython-developers/GitPython#1925- Fix Improper Import Order Breaking
fuzz_submodule
Fuzzer by@DaveLak
in gitpython-developers/GitPython#1926- Fix iter_change_type diff renamed property to prevent warning by
@kamilkrzyskow
in gitpython-developers/GitPython#1918- fixed doc to not faulty do #1924 by
@zerothi
in gitpython-developers/GitPython#1932- fix: fix incoherent beginning whitespace by
@cardoeng
in gitpython-developers/GitPython#1933- Change aliases to work around mypy issue. by
@PatrickMassot
in gitpython-developers/GitPython#1935- precommit: enable
end-of-file-fixer
by@Borda
in gitpython-developers/GitPython#1920- lint: add typos check by
@Borda
in gitpython-developers/GitPython#1888- Add type of change to files_dict of a commit by
@JonasScharpf
in gitpython-developers/GitPython#1943- Enable Python 3.8 and 3.9 on M1 runners by
@EliahKagan
in gitpython-developers/GitPython#1944- Use Alpine Linux in WSL on CI by
@EliahKagan
in gitpython-developers/GitPython#1945- Remove the non-ARM macOS CI jobs by
@EliahKagan
in gitpython-developers/GitPython#1946- Fix Several Bugs in the
fuzz_submodule
Causing a lot of False Alarms in the OSS-Fuzz Bug Tracker by@DaveLak
in gitpython-developers/GitPython#1950- Gracefully handle
PermissionError
exceptions that crash fuzzer by@DaveLak
in gitpython-developers/GitPython#1951- Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue by
@DaveLak
in gitpython-developers/GitPython#1952- Update and adjust pre-commit hook...
v1.0.270-beta
Commit message
Upgrade: [dependabot] - bump jinja2 from 3.1.4 to 3.1.5 (#222)
Bumps jinja2 from 3.1.4 to 3.1.5.
Release notes
Sourced from jinja2's releases.
3.1.5
This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Jinja2/3.1.5/ Changes: https://jinja.palletsprojects.com/changes/#version-3-1-5 Milestone: https://github.com/pallets/jinja/milestone/16?closed=1
- The sandboxed environment handles indirect calls to
str.format
, such as by passing a stored reference to a filter that calls its argument. GHSA-q2x7-8rv6-6q7h- Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. #1792, GHSA-gmj6-6f8f-6699
- Sandbox does not allow
clear
andpop
on known mutable sequence types. #2032- Calling sync
render
for an async template usesasyncio.run
. #1952- Avoid unclosed
auto_aiter
warnings. #1960- Return an
aclose
-ableAsyncGenerator
fromTemplate.generate_async
. #1960- Avoid leaving
root_render_func()
unclosed inTemplate.generate_async
. #1960- Avoid leaving async generators unclosed in blocks, includes and extends. #1960
- The runtime uses the correct
concat
function for the current environment when calling block references. #1701- Make
|unique
async-aware, allowing it to be used after another async-aware filter. #1781|int
filter handlesOverflowError
from scientific notation. #1921- Make compiling deterministic for tuple unpacking in a
{% set ... %}
call. #2021- Fix dunder protocol (
copy
/pickle
/etc) interaction withUndefined
objects. #2025- Fix
copy
/pickle
support for the internalmissing
object. #2027Environment.overlay(enable_async)
is applied correctly. #2061- The error message from
FileSystemLoader
includes the paths that were searched. #1661PackageLoader
shows a clearer error message when the package does not contain the templates directory. #1705- Improve annotations for methods returning copies. #1880
urlize
does not addmailto:
to values like@a@b
. #1870- Tests decorated with
@pass_context
can be used with the|select
filter. #1624- Using
set
for multiple assignment (a, b = 1, 2
) does not fail when the target is a namespace attribute. #1413- Using
set
in all branches of{% if %}{% elif %}{% else %}
blocks does not cause the variable to be considered initially undefined. #1253
Changelog
Sourced from jinja2's changelog.
Version 3.1.5
Released 2024-12-21
- The sandboxed environment handles indirect calls to
str.format
, such as by passing a stored reference to a filter that calls its argument. :ghsa:q2x7-8rv6-6q7h
- Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. :issue:
1792
, :ghsa:gmj6-6f8f-6699
- Sandbox does not allow
clear
andpop
on known mutable sequence types. :issue:2032
- Calling sync
render
for an async template usesasyncio.run
. :pr:1952
- Avoid unclosed
auto_aiter
warnings. :pr:1960
- Return an
aclose
-ableAsyncGenerator
fromTemplate.generate_async
. :pr:1960
- Avoid leaving
root_render_func()
unclosed inTemplate.generate_async
. :pr:1960
- Avoid leaving async generators unclosed in blocks, includes and extends. :pr:
1960
- The runtime uses the correct
concat
function for the current environment when calling block references. :issue:1701
- Make
|unique
async-aware, allowing it to be used after another async-aware filter. :issue:1781
|int
filter handlesOverflowError
from scientific notation. :issue:1921
- Make compiling deterministic for tuple unpacking in a
{% set ... %}
call. :issue:2021
- Fix dunder protocol (
copy
/pickle
/etc) interaction withUndefined
objects. :issue:2025
- Fix
copy
/pickle
support for the internalmissing
object. :issue:2027
Environment.overlay(enable_async)
is applied correctly. :pr:2061
- The error message from
FileSystemLoader
includes the paths that were searched. :issue:1661
PackageLoader
shows a clearer error message when the package does not contain the templates directory. :issue:1705
- Improve annotations for methods returning copies. :pr:
1880
urlize
does not addmailto:
to values like@a@b
. :pr:1870
- Tests decorated with
@pass_context`` can be used with the ``|select`` filter. :issue:
1624`- Using
set
for multiple assignment (a, b = 1, 2
) does not fail when the target is a namespace attribute. :issue:1413
- Using
set
in all branches of{% if %}{% elif %}{% else %}
blocks does not cause the variable to be considered initially undefined. :issue:1253
Commits
877f6e5
release version 3.1.58d58859
remove test pypieda8fe8
update dev dependenciesc8fdce1
Fix bug involving calling set on a template parameter within all branches of ...66587ce
Fix bug where set would sometimes fail within iffbc3a69
Add support for namespaces in tuple parsing (#1664)b8f4831
more comments about nsref assignmentee83219
Add support for namespaces in tuple assignment1d55cdd
Triple quotes in docs (#2064)
v1.0.269-beta
Commit message
Chore: [AEA-0000] - update run regression (#221)
Summary
- Routine Change
Details
- show links to reports on test failures
- generic script that can be run from github or azure
- run from tag
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.268-beta
Commit message
Upgrade: [dependabot] - bump pytest-nhsd-apim from 3.4.4 to 4.0.0 (#219)
Bumps pytest-nhsd-apim
from 3.4.4 to 4.0.0.
Commits
- See full diff in compare view
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 commands and options
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after
your CI passes on it@dependabot cancel merge
will cancel a previously requested merge
and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@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)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.267-beta
Commit message
Upgrade: [dependabot] - bump pytest from 8.3.3 to 8.3.4 (#220)
Bumps pytest from 8.3.3 to
8.3.4.
Release notes
Sourced from pytest's releases.
8.3.4
pytest 8.3.4 (2024-12-01)
Bug fixes
#12592: Fixed
KeyError
{.interpreted-text role="class"} crash when using--import-mode=importlib
in a directory layout where a directory contains a child directory with the same name.#12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the
AST
, like executing.#12849: ANSI escape codes for colored output now handled correctly in
pytest.fail
{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.#9353:
pytest.approx
{.interpreted-text role="func"} now uses strict equality when given booleans.Improved documentation
#10558: Fix ambiguous docstring of
pytest.Config.getoption
{.interpreted-text role="func"}.#10829: Improve documentation on the current handling of the
--basetemp
option and its lack of retention functionality (temporary directory location and retention
{.interpreted-text role="ref"}).#12866: Improved cross-references concerning the
recwarn
{.interpreted-text role="fixture"} fixture.#12966: Clarify
filterwarnings
{.interpreted-text role="ref"} docs on filter precedence/order when using multiple@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>
{.interpreted-text role="ref"} marks.Contributor-facing changes
- #12497: Fixed two failing pdb-related tests on Python 3.13.
Commits
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
approx: use exact comparison for bool (#13013)b541721
docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87b
pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81
Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72b
Improve docs on basetemp and retention (#12912) (#12928)c875841
Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816
Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0
Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)- Additional commits viewable in compare view
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 commands and options
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after
your CI passes on it@dependabot cancel merge
will cancel a previously requested merge
and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@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)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.266-beta
Commit message
Chore: [AEA-0000] - fix AWS session name in github actions (#218)
Summary
- Routine Change
Details
- fix AWS session name in github actions
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.265-beta
Commit message
Upgrade: [dependabot] - bump pytest-nhsd-apim from 3.4.3 to 3.4.4 (#217)
Bumps pytest-nhsd-apim
from 3.4.3 to 3.4.4.
Commits
- See full diff in compare view
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 commands and options
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after
your CI passes on it@dependabot cancel merge
will cancel a previously requested merge
and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@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)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.264-beta
Commit message
Upgrade: [dependabot] - bump aiohttp from 3.10.10 to 3.10.11 (#216)
Bumps aiohttp from 3.10.10 to
3.10.11.
Release notes
Sourced from aiohttp's releases.
3.10.11
Bug fixes
Authentication provided by a redirect now takes precedence over provided
auth
when making requests with the client -- by :user:PLPeeters
.Related issues and pull requests on GitHub: #9436.
Fixed :py:meth:
WebSocketResponse.close() <aiohttp.web.WebSocketResponse.close>
to discard non-close messages within its timeout window after sending close -- by :user:lenard-mosys
.Related issues and pull requests on GitHub: #9506.
Fixed a deadlock that could occur while attempting to get a new connection slot after a timeout -- by :user:
bdraco
.The connector was not cancellation-safe.
Fixed the WebSocket flow control calculation undercounting with multi-byte data -- by :user:
bdraco
.Related issues and pull requests on GitHub: #9686.
Fixed incorrect parsing of chunk extensions with the pure Python parser -- by :user:
bdraco
.Related issues and pull requests on GitHub: #9851.
Fixed system routes polluting the middleware cache -- by :user:
bdraco
.Related issues and pull requests on GitHub:
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.10.11 (2024-11-13)
Bug fixes
Authentication provided by a redirect now takes precedence over provided
auth
when making requests with the client -- by :user:PLPeeters
.Related issues and pull requests on GitHub: :issue:
9436
.Fixed :py:meth:
WebSocketResponse.close() <aiohttp.web.WebSocketResponse.close>
to discard non-close messages within its timeout window after sending close -- by :user:lenard-mosys
.Related issues and pull requests on GitHub: :issue:
9506
.Fixed a deadlock that could occur while attempting to get a new connection slot after a timeout -- by :user:
bdraco
.The connector was not cancellation-safe.
Related issues and pull requests on GitHub: :issue:
9670
, :issue:9671
.Fixed the WebSocket flow control calculation undercounting with multi-byte data -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
9686
.Fixed incorrect parsing of chunk extensions with the pure Python parser -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
9851
.Fixed system routes polluting the middleware cache -- by :user:
bdraco
.
... (truncated)
Commits
3e09325
Remove 3.10.11rc0 from 3.10 changelog (#9858)beb7b74
Release 3.10.11 (#9857)259edc3
[PR #9851/541d86d backport][3.10] Fix incorrect parsing of chunk extensions w...bc15db6
[PR #9852/249855a backport][3.10] Fix system routes polluting the middleware ...158bf30
Release 3.10.11rc0 (#9848)e5917cd
[PR #9844/fabf3884 backport][3.10] Fix compressed get request benchmark paylo...68a1f42
[PR #9840/cc5fa316 backport][3.10] Add benchmark for sending compressed paylo...4f4b90f
[PR #9835/32ccfc9a backport][3.10] Adjust client payload benchmarks to better...f3dd0f9
[PR #9832/006f4070 backport][3.10] Increase allowed import time for Python 3....f2aab2e
[PR #9827/14fcfd4c backport][3.10] Adjust client GET read benchmarks to inclu...- Additional commits viewable in compare view
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 commands and options
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after
your CI passes on it@dependabot cancel merge
will cancel a previously requested merge
and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@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)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.263-beta
Commit message
Upgrade: [dependabot] - bump aiohttp from 3.10.9 to 3.10.10 (#215)
Bumps aiohttp from 3.10.9 to
3.10.10.
Release notes
Sourced from aiohttp's releases.
3.10.10
Bug fixes
Fixed error messages from :py:class:
~aiohttp.resolver.AsyncResolver
being swallowed -- by :user:bdraco
.Features
Added :exc:
aiohttp.ClientConnectorDNSError
for differentiating DNS resolution errors from other connector errors -- by :user:mstojcevich
.Related issues and pull requests on GitHub: #8455.
Miscellaneous internal changes
Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:
bdraco
.Related issues and pull requests on GitHub: #9454.
Changelog
Sourced from aiohttp's changelog.
3.10.10 (2024-10-10)
Bug fixes
Fixed error messages from :py:class:
~aiohttp.resolver.AsyncResolver
being swallowed -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
9451
, :issue:9455
.Features
Added :exc:
aiohttp.ClientConnectorDNSError
for differentiating DNS resolution errors from other connector errors -- by :user:mstojcevich
.Related issues and pull requests on GitHub: :issue:
8455
.Miscellaneous internal changes
Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
9454
.
Commits
47475c5
Release 3.10.10 (#9462)8b424c8
[PR #8456/b09d7cc backport][3.10] Add ClientConnectorDNSError for differentia...cdf3dca
[PR #9454/b20908e backport][3.10] Simplify DNS throttle implementation (#9457)ee87a04
[PR #9455/dfaafac0 backport][3.10] Fix AsyncResolver query fallback swallowin...ba9b33e
[PR #9451/216e082 backport][3.10] Fix AsyncResolver swallowing the error mess...bc9e5d6
[PR #9448/93e87c2e backport][3.10] Improve performance of fetching the conten...3ea557a
Increment version to 3.10.10.dev0- See full diff in compare view
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 commands and options
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after
your CI passes on it@dependabot cancel merge
will cancel a previously requested merge
and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@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)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]