Bump the action-deps group across 1 directory with 5 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(about 1 year ago)
(11 months ago)
(11 months ago)
by zakerby
dependencies python backend
zakerby
Bumps the action-deps group with 5 updates in the /backend directory:
| Package | From | To |
|---|---|---|
| uwsgi | 2.0.29 |
2.0.30 |
| celery | 5.5.2 |
5.5.3 |
| redis | 6.1.0 |
6.2.0 |
| flask-cors | 6.0.0 |
6.0.1 |
| pytest | 8.3.5 |
8.4.0 |
Updates uwsgi from 2.0.29 to 2.0.30
Updates celery from 5.5.2 to 5.5.3
Release notes
Sourced from celery's releases.
v5.5.3
What's Changed
- make the tests run on python 3.13 for gcs backend by
@auvipyin celery/celery#9677- Added DeepWiki to README by
@Nusnusin celery/celery#9683- Limit redis to <=v5.2.1 to match Kombu by
@Nusnusin celery/celery#9693- Use EX_OK instead of literal zero by
@Nusnusin celery/celery#9684- Make wheel metadata reproducible by
@cjwatsonin celery/celery#9687- let celery install from kombu dependencies for better align by
@auvipyin celery/celery#9696- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods by
@Nusnusin celery/celery#9697- Support apply_async without queue argument on quorum queues by
@bityobin celery/celery#9686- Updated rabbitmq doc about using quorum queues with task routes by
@bityobin celery/celery#9707- Add: Dumper Unit Test by
@yiyu0xin celery/celery#9711- Add unit test for event.group_from by
@rogerforlifein celery/celery#9709- refactor: add beat_cron_starting_deadline documentation warning by
@alirafiei75in celery/celery#9712- fix: resolve issue #9569 by supporting distinct broker transport options for workers by
@yiyu0xin celery/celery#9695- Fixes issue with retry callback arguments in DelayedDelivery by
@maccinzain celery/celery#9708- get_exchange-unit-test by
@rogerforlifein celery/celery#9710- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported by
@MattiasDCin celery/celery#9716- update to blacksmith ubuntu 24.04 by
@auvipyin celery/celery#9717- Added unit tests for celery.utils.iso8601 by
@jaiganeshs21in celery/celery#9725- Update introduction.rst docs by
@auvipyin celery/celery#9728- Prepare for release: v5.5.3 by
@Nusnusin celery/celery#9732New Contributors
@bityobmade their first contribution in celery/celery#9686@yiyu0xmade their first contribution in celery/celery#9711@rogerforlifemade their first contribution in celery/celery#9709@alirafiei75made their first contribution in celery/celery#9712@maccinzamade their first contribution in celery/celery#9708@MattiasDCmade their first contribution in celery/celery#9716@jaiganeshs21made their first contribution in celery/celery#9725Full Changelog: https://github.com/celery/celery/compare/v5.5.2...v5.5.3
Changelog
Sourced from celery's changelog.
5.5.3
:release-date: 2025-06-01 :release-by: Tomer Nosrati
What's Changed
- make the tests run on python 3.13 for gcs backend ([#9677](https://github.com/celery/celery/issues/9677)) - Added DeepWiki to README ([#9683](https://github.com/celery/celery/issues/9683)) - Limit redis to <=v5.2.1 to match Kombu ([#9693](https://github.com/celery/celery/issues/9693)) - Use EX_OK instead of literal zero ([#9684](https://github.com/celery/celery/issues/9684)) - Make wheel metadata reproducible ([#9687](https://github.com/celery/celery/issues/9687)) - let celery install from kombu dependencies for better align ([#9696](https://github.com/celery/celery/issues/9696)) - Fix stamping documentation to clarify stamped_headers key is optional in visitor methods ([#9697](https://github.com/celery/celery/issues/9697)) - Support apply_async without queue argument on quorum queues ([#9686](https://github.com/celery/celery/issues/9686)) - Updated rabbitmq doc about using quorum queues with task routes ([#9707](https://github.com/celery/celery/issues/9707)) - Add: Dumper Unit Test ([#9711](https://github.com/celery/celery/issues/9711)) - Add unit test for event.group_from ([#9709](https://github.com/celery/celery/issues/9709)) - refactor: add beat_cron_starting_deadline documentation warning ([#9712](https://github.com/celery/celery/issues/9712)) - fix: resolve issue [#9569](https://github.com/celery/celery/issues/9569) by supporting distinct broker transport options for workers ([#9695](https://github.com/celery/celery/issues/9695)) - Fixes issue with retry callback arguments in DelayedDelivery ([#9708](https://github.com/celery/celery/issues/9708)) - get_exchange-unit-test ([#9710](https://github.com/celery/celery/issues/9710)) - ISSUE-9704: Update documentation of result_expires, filesystem backend is supported ([#9716](https://github.com/celery/celery/issues/9716)) - update to blacksmith ubuntu 24.04 ([#9717](https://github.com/celery/celery/issues/9717)) - Added unit tests for celery.utils.iso8601 ([#9725](https://github.com/celery/celery/issues/9725)) - Update introduction.rst docs ([#9728](https://github.com/celery/celery/issues/9728)) - Prepare for release: v5.5.3 ([#9732](https://github.com/celery/celery/issues/9732)).. _version-5.5.2:
Commits
088c39cPrepare for release: v5.5.3 (#9732)0c1c52bUpdate introduction.rst docs (#9728)778b009Added unit tests for celery.utils.iso8601 (#9725)b00c144update to blacksmith ubuntu 24.045aae2caISSUE-9704: Update documentation of , filesystem backend is supported if cele...7cf9d89get_exchange-unit-test (#9710)b06e53fFixes issue with retry callback argument types in DelayedDelivery (#9708)b6cab29fix: resolve issue #9569 by supporting distinct broker transport options for ...5fc068crefactor: add beat_cron_starting_deadline documentation warning (#9712)c7bb67fAdd unit test for event.group_from (#9709)- Additional commits viewable in compare view
Updates redis from 6.1.0 to 6.2.0
Release notes
Sourced from redis's releases.
6.2.0
Changes
🚀 New Features
- Add
dynamic_startup_nodesparameter to async RedisCluster (#3646)- Support RESP3 with
hiredis-pyparser (#3648)- [Async] Support for transactions in async
RedisClusterclient (#3649)🐛 Bug Fixes
- Revert wrongly changed default value for
check_hostnamewhen instantiatingRedisSSLContext(#3655)- Fixed potential deadlock from unexpected
__del__call (#3654)🧰 Maintenance
- Update
search_json_examples.ipynb: Fix the old importindexDefinition->index_definition(#3652)- Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 (#3645)
- Dropping
Python 3.8support as it has reached end of life (#3657)- fix(doc): update Python print output in json doctests (#3658)
- Update redis-entraid dependency (#3661)
We'd like to thank all the contributors who worked on this release!
@JCornat@ShubhamKaudewar@uglide@petyaslavova@vladvildanovv6.1.1
Changes
🐛 Bug Fixes
- Revert wrongly changed default value for
check_hostnamewhen instantiatingRedisSSLContext(#3655)- Fixed potential deadlock from unexpected
__del__call (#3654)We'd like to thank all the contributors who worked on this release!
@vladvildanov@petyaslavova
Commits
1a59471Adding small change in code to trigger pipeline for the branch.83cf781Adding small change in README to trigger pipeline for the branch.f5cd264maintenance: Preparation for release 6.2.0 - updating lib version. (#3662)793cdc6maintenance: Update redis-entraid dependency (#3661)34c40fffix(doc) : update Python print output in json doctests (#3658)e5756daDropping Python 3.8 support as it has reached end of life (#3657)bc7de60[Async] Support for transactions in async RedisCluster client (#3649)e226ad2Removing connection_pool field from the CommandProtocol definition (#3656)14a6fc3fix: Fixed potential deadlock from unexpected del call (#3654)3ebfd5bfix: Revert wrongly changed default value for check_hostname when instantiati...- Additional commits viewable in compare view
Updates flask-cors from 6.0.0 to 6.0.1
Release notes
Sourced from flask-cors's releases.
6.0.1
What's Changed
- Invert regex sorting to make it correctly match the intent (sorting by specificity descending) #391 by
@joshuamortonin corydolphin/flask-cors#392- Fix README file extension in pyproject.toml by
@lafrechin corydolphin/flask-cors#386New Contributors
@joshuamortonmade their first contribution in corydolphin/flask-cors#392@lafrechmade their first contribution in corydolphin/flask-cors#386Full Changelog: https://github.com/corydolphin/flask-cors/compare/6.0.0...6.0.1
6.0.1.dev
What's Changed
- Fix regex sorting issue from #391 by
@joshuamortonin corydolphin/flask-cors#392- Fix README file extension in pyproject.toml by
@lafrechin corydolphin/flask-cors#386New Contributors
@joshuamortonmade their first contribution in corydolphin/flask-cors#392@lafrechmade their first contribution in corydolphin/flask-cors#386Full Changelog: https://github.com/corydolphin/flask-cors/compare/6.0.0...6.0.1.dev
Commits
Updates pytest from 8.3.5 to 8.4.0
Release notes
Sourced from pytest's releases.
8.4.0
pytest 8.4.0 (2025-06-02)
Removals and backward incompatible breaking changes
#11372: Async tests will now fail, instead of warning+skipping, if you don't have any suitable plugin installed.
#12346: Tests will now fail, instead of raising a warning, if they return any value other than None.
#12874: We dropped support for Python 3.8 following its end of life (2024-10-07).
#12960: Test functions containing a yield now cause an explicit error. They have not been run since pytest 4.0, and were previously marked as an expected failure and deprecation warning.
See
the docs <yield tests deprecated>{.interpreted-text role="ref"} for more information.Deprecations (removal in next major release)
- #10839: Requesting an asynchronous fixture without a [pytest_fixture_setup]{.title-ref} hook that resolves it will now give a DeprecationWarning. This most commonly happens if a sync test requests an async fixture. This should have no effect on a majority of users with async tests or fixtures using async pytest plugins, but may affect non-standard hook setups or
autouse=True. For guidance on how to work around this warning seesync-test-async-fixture{.interpreted-text role="ref"}.New features
#11538: Added
pytest.RaisesGroup{.interpreted-text role="class"} as an equivalent topytest.raises{.interpreted-text role="func"} for expectingExceptionGroup{.interpreted-text role="exc"}. Also addspytest.RaisesExc{.interpreted-text role="class"} which is now the logic behindpytest.raises{.interpreted-text role="func"} and used as parameter topytest.RaisesGroup{.interpreted-text role="class"}.RaisesGroupincludes the ability to specify multiple different expected exceptions, the structure of nested exception groups, and flags for emulatingexcept* <except_star>{.interpreted-text role="ref"}. Seeassert-matching-exception-groups{.interpreted-text role="ref"} and docstrings for more information.#12081: Added
capteesys{.interpreted-text role="fixture"} to capture AND pass output to next handler set by--capture=.#12504:
pytest.mark.xfail{.interpreted-text role="func"} now acceptspytest.RaisesGroup{.interpreted-text role="class"} for theraisesparameter when you expect an exception group. You can also pass apytest.RaisesExc{.interpreted-text role="class"} if you e.g. want to make use of thecheckparameter.#12713: New [--force-short-summary]{.title-ref} option to force condensed summary output regardless of verbosity level.
This lets users still see condensed summary output of failures for quick reference in log files from job outputs, being especially useful if non-condensed output is very verbose.
#12749: pytest traditionally collects classes/functions in the test module namespace even if they are imported from another file.
For example:
# contents of src/domain.py class Testament: ...contents of tests/test_testament.py
from domain import Testament
def test_testament(): ...
In this scenario with the default options, pytest will collect the class [Testament]{.title-ref} from [tests/test_testament.py]{.title-ref} because it starts with [Test]{.title-ref}, even though in this case it is a production class being imported in the test module namespace.
This behavior can now be prevented by setting the new
collect_imported_tests{.interpreted-text role="confval"} configuration option tofalse, which will make pytest collect classes/functions from test files only if they are defined in that file.
... (truncated)
Commits
315b3aePrepare release version 8.4.01498ba3Merge pull request #13467 from pytest-dev/towncrier-createe4389acRemove resultlog from the docs (#13465)64b2301scripts/release: add missingbuildtotowncriercall4c205cftesting/plugins_integration: update Django (#13463)4dcbcc9Merge pull request #13458 from pytest-dev/dup-param-error5293016Merge pull request #13459 from pytest-dev/pyright-minor-fixes7a48181Add pyright configuration9fc6db9pytester: avoid confusingxself parameter9aa198bmark/expression: fix self -> cls- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+35
-34
Package Dependencies
Technical Details
| ID: | 1719834 |
| UUID: | 2596444968 |
| Node ID: | PR_kwDOMqijUM6awpso |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |
| Merge State: | Unknown |