flask-rq
flask-rq copied to clipboard
Bump the python-requirements group across 1 directory with 4 updates
Bumps the python-requirements group with 4 updates in the /requirements directory: pre-commit, tox, pytest and sphinx.
Updates pre-commit
from 3.5.0 to 3.8.0
Release notes
Sourced from pre-commit's releases.
pre-commit v3.8.0
Features
- Implement health checks for
language: r
so environments are recreated if the system version of R changes.
- #3206 issue by
@lorenzwalthert
.- #3265 PR by
@lorenzwalthert
.pre-commit v3.7.1
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.
- issue by
@gaborbernat
.- #3201 PR by
@asottile
.pre-commit v3.7.0
Features
- Use a tty for
docker
anddocker_image
hooks when--color
is specified.
- #3122 PR by
@glehmann
.Fixes
- Fix
fail_fast
for individual hooks stopping when previous hooks had failed.
- #3167 issue by
@tp832944
.- #3168 PR by
@asottile
.Updating
- The per-hook behaviour of
fail_fast
was fixed. If you want the pre-3.7.0 behaviour, addfail_fast: true
to all hooks before the lastfail_fast
hook.pre-commit v3.6.2
Fixes
- Fix building golang hooks during
git commit --all
.
- #3130 PR by
@asottile
.- #2722 issue by
@pestanko
and@matthewhughes934
.pre-commit v3.6.1
Fixes
- Remove
PYTHONEXECUTABLE
from environment when running.
- #3110 PR by
@untitaker
.- Handle staged-files-only with only a crlf diff.
- #3126 PR by
@asottile
.- issue by
@tyyrok
.pre-commit v3.6.0
Features
- Check
minimum_pre_commit_version
first when parsing configs.
- #3092 PR by
@asottile
.Fixes
- Fix deprecation warnings for
importlib.resources
.
... (truncated)
Changelog
Sourced from pre-commit's changelog.
3.8.0 - 2024-07-28
Features
- Implement health checks for
language: r
so environments are recreated if the system version of R changes.
- #3206 issue by
@lorenzwalthert
.- #3265 PR by
@lorenzwalthert
.3.7.1 - 2024-05-10
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.
- issue by
@gaborbernat
.- #3201 PR by
@asottile
.3.7.0 - 2024-03-24
Features
- Use a tty for
docker
anddocker_image
hooks when--color
is specified.
- #3122 PR by
@glehmann
.Fixes
- Fix
fail_fast
for individual hooks stopping when previous hooks had failed.
- #3167 issue by
@tp832944
.- #3168 PR by
@asottile
.Updating
- The per-hook behaviour of
fail_fast
was fixed. If you want the pre-3.7.0 behaviour, addfail_fast: true
to all hooks before the lastfail_fast
hook.3.6.2 - 2024-02-18
Fixes
- Fix building golang hooks during
git commit --all
.
- #3130 PR by
@asottile
.- #2722 issue by
@pestanko
and@matthewhughes934
.3.6.1 - 2024-02-10
Fixes
- Remove
PYTHONEXECUTABLE
from environment when running.
- #3110 PR by
@untitaker
.- Handle staged-files-only with only a crlf diff.
... (truncated)
Commits
d46423f
v3.8.08133abd
Merge pull request #3265 from lorenzwalthert/issue-3206da0c1d0
implement health check for language:rf641f6a
Merge pull request #3264 from pre-commit/pre-commit-ci-update-configa68a19d
fixes for mypy 1.1188317dd
[pre-commit.ci] pre-commit autoupdatefaa6f8c
Merge pull request #3244 from pre-commit/pre-commit-ci-update-configf632459
[pre-commit.ci] pre-commit autoupdate0252908
Merge pull request #3240 from pre-commit/pre-commit-ci-update-config69b5dce
[pre-commit.ci] pre-commit autoupdate- Additional commits viewable in compare view
Updates tox
from 4.15.0 to 4.16.0
Release notes
Sourced from tox's releases.
4.16.0
What's Changed
- Fix two small documentation issues by
@srenfo
in tox-dev/tox#3297- Fix tests after new setuptools by
@gaborbernat
in tox-dev/tox#3299- Add
windir
to the default list ofpass_env
variables on Windows by@kurtmckee
in tox-dev/tox#3303New Contributors
@srenfo
made their first contribution in tox-dev/tox#3297Full Changelog: https://github.com/tox-dev/tox/compare/4.15.1...4.16.0
4.15.1
What's Changed
- fix skip with package = wheel by
@MarcinKonowalczyk
in tox-dev/tox#3269- Fixed typo in user guide. by
@carltongibson
in tox-dev/tox#3277- Fix broad build privileges @ GHA release workflow by
@webknjaz
in tox-dev/tox#3281- Allow
ConfigSet.add_config
to receive parameterized generics forof_type
. by@ssbarnea
in tox-dev/tox#3288- Fix section substitution with setenv by
@JJLLWW
in tox-dev/tox#3289New Contributors
@MarcinKonowalczyk
made their first contribution in tox-dev/tox#3269@carltongibson
made their first contribution in tox-dev/tox#3277@JJLLWW
made their first contribution in tox-dev/tox#3289Full Changelog: https://github.com/tox-dev/tox/compare/4.15.0...4.15.1
Changelog
Sourced from tox's changelog.
v4.16.0 (2024-07-02)
Bugfixes - 4.16.0
- - Add ``windir`` to the default list of Windows ``pass_env`` environment variables. - by :user:`kurtmckee` (:issue:`3302`)
Improved Documentation - 4.16.0
- Fix typo in configuration example and fix broken link to code style guide. - by :user:
srenfo
(:issue:3297
)v4.15.1 (2024-06-05)
Features - 4.15.1
- Fix ``skip_missing_interpreters`` option for ``package = wheel`` (:issue:`3269`)
Bugfixes - 4.15.1
- Fix section substitution with setenv. (:issue:
3262
)- Allow
ConfigSet.add_config
to receive parameterized generics forof_type
. (:issue:3288
)
Commits
5646274
release 4.16.0b12fa62
[pre-commit.ci] pre-commit autoupdate (#3300)264d44f
Addwindir
to the default list ofpass_env
variables on Windows (#3303)698f1dd
Fix tests after new setuptools (#3299)cf8db09
[pre-commit.ci] pre-commit autoupdate (#3286)a261614
Fix two small documentation issues (#3297)8bf2fbd
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#3295)079000f
release 4.15.1489ad82
Fix section substitution with setenv (#3289)7317225
AllowConfigSet.add_config
to receive parameterized generics forof_type
....- Additional commits viewable in compare view
Updates pytest
from 8.2.1 to 8.3.2
Release notes
Sourced from pytest's releases.
8.3.2
pytest 8.3.2 (2024-07-24)
Bug fixes
#12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.
-- by
RonnyPfannschmidt
{.interpreted-text role="user"}8.3.1
pytest 8.3.1 (2024-07-20)
The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.
8.3.0
pytest 8.3.0 (2024-07-20)
New features
#12231: Added [--xfail-tb]{.title-ref} flag, which turns on traceback output for XFAIL results.
- If the [--xfail-tb]{.title-ref} flag is not given, tracebacks for XFAIL results are NOT shown.
- The style of traceback for XFAIL is set with [--tb]{.title-ref}, and can be [auto|long|short|line|native|no]{.title-ref}.
- Note: Even if you have [--xfail-tb]{.title-ref} set, you won't see them if [--tb=no]{.title-ref}.
Some history:
With pytest 8.0, [-rx]{.title-ref} or [-ra]{.title-ref} would not only turn on summary reports for xfail, but also report the tracebacks for xfail results. This caused issues with some projects that utilize xfail, but don't want to see all of the xfail tracebacks.
This change detaches xfail tracebacks from [-rx]{.title-ref}, and now we turn on xfail tracebacks with [--xfail-tb]{.title-ref}. With this, the default [-rx]{.title-ref}/ [-ra]{.title-ref} behavior is identical to pre-8.0 with respect to xfail tracebacks. While this is a behavior change, it brings default behavior back to pre-8.0.0 behavior, which ultimately was considered the better course of action.
#12281: Added support for keyword matching in marker expressions.
Now tests can be selected by marker keyword arguments. Supported values are
int
{.interpreted-text role="class"}, (unescaped)str
{.interpreted-text role="class"},bool
{.interpreted-text role="class"} &None
{.interpreted-text role="data"}.See
marker examples <marker_keyword_expression_example>
{.interpreted-text role="ref"} for more information.-- by
lovetheguitar
{.interpreted-text role="user"}#12567: Added
--no-fold-skipped
command line option.If this option is set, then skipped tests in short summary are no longer grouped by reason but all tests are printed individually with their nodeid in the same way as other statuses.
-- by
pbrezina
{.interpreted-text role="user"}
... (truncated)
Commits
bbcec9c
Prepare release version 8.3.278fe8b6
Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...238bad2
Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-envae6034a
Merge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...31337ab
Merge pull request #12640 from pytest-dev/update-userca3070b
Merge pull request #12637 from pytest-dev/release-8.3.1de98446
Prepare release version 8.3.1bd0a042
Merge pull request #12636 from pytest-dev/update-release-notes664325b
doc/changelog: update 8.3.0 notes19d225d
Merge pull request #12635 from pytest-dev/release-8.3.0- Additional commits viewable in compare view
Updates sphinx
from 7.1.2 to 8.0.2
Release notes
Sourced from sphinx's releases.
Sphinx 8.0.2
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Sphinx 8.0.1
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Sphinx 8.0.0
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Dependencies
- #12633: Drop Python 3.9 support.
Incompatible changes
Remove deprecated functions from
sphinx.util
:
- Removed
sphinx.util.path_stabilize
(usesphinx.util.osutil.path_stabilize
).- Removed
sphinx.util.display_chunk
(usesphinx.util.display.display_chunk
).- Removed
sphinx.util.status_iterator
(usesphinx.util.display.status_iterator
).- Removed
sphinx.util.SkipProgressMessage
(usesphinx.util.display.SkipProgressMessage
).- Removed
sphinx.util.progress_message
(usesphinx.util.display.progress_message
).- Removed
sphinx.util.epoch_to_rfc1123
(usesphinx.http_date.epoch_to_rfc1123
).- Removed
sphinx.util.rfc1123_to_epoch
(usesphinx.http_date.rfc1123_to_epoch
).- Removed
sphinx.util.save_traceback
(usesphinx.exceptions.save_traceback
).- Removed
sphinx.util.format_exception_cut_frames
(usesphinx.exceptions.format_exception_cut_frames
).- Removed
sphinx.util.xmlname_checker
(usesphinx.builders.epub3._XML_NAME_PATTERN
).Patch by Adam Turner.
Removed
sphinx.util.osutil.cd
(usecontextlib.chdir
). Patch by Adam Turner.Removed
sphinx.util.typing.stringify
(usesphinx.util.typing.stringify_annotation
). Patch by Adam Turner.#12593: Raise an error for invalid
html_sidebars
values. Patch by Adam Turner.#12593: Raise an error in
Theme.get_config
for invalid sections.
... (truncated)
Changelog
Sourced from sphinx's changelog.
Release 8.0.2 (released Jul 30, 2024)
Bugs fixed
- Fix the
pygments.Formatter.__class_getitem__
patch. Patch by Adam Turner.Release 8.0.1 (released Jul 30, 2024)
Bugs fixed
- Patch
pygments.Formatter.__class_getitem__
in Pygments 2.17. Patch by Adam Turner.Release 8.0.0 (released Jul 29, 2024)
Dependencies
- #12633: Drop Python 3.9 support.
Incompatible changes
.. rst-class:: compact
Remove deprecated functions from
sphinx.util
:
- Removed
sphinx.util.path_stabilize
(usesphinx.util.osutil.path_stabilize
).- Removed
sphinx.util.display_chunk
(usesphinx.util.display.display_chunk
).- Removed
sphinx.util.status_iterator
(usesphinx.util.display.status_iterator
).- Removed
sphinx.util.SkipProgressMessage
(usesphinx.util.display.SkipProgressMessage
).- Removed
sphinx.util.progress_message
(usesphinx.util.display.progress_message
).- Removed
sphinx.util.epoch_to_rfc1123
(usesphinx.http_date.epoch_to_rfc1123
).- Removed
sphinx.util.rfc1123_to_epoch
(usesphinx.http_date.rfc1123_to_epoch
).- Removed
sphinx.util.save_traceback
(usesphinx.exceptions.save_traceback
).- Removed
sphinx.util.format_exception_cut_frames
... (truncated)
Commits
043750e
Bump to 8.0.2 finalcee9efc
Useclassmethod
for a class method16fed35
Bump versiond9bda77
Bump to 8.0.1 final006a6a7
Fix Flake8d0915ab
Fix mypy865b513
Patchpygments.Formatter.__class_getitem__
in Pygments 2.17f1d3c3f
Bump version0e8a638
Bump to 8.0.0 final5750d0e
[bot]: Update message catalogues (#12641)- 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions