Skip to content

build(deps): bump the python-dependencies group with 7 updates #3321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2025

Updates the requirements on django-redis, langchain-openai, boto3, tencentcloud-sdk-python, dashscope, python-docx and django-apscheduler to permit the latest version.
Updates django-redis to 6.0.0

Release notes

Sourced from django-redis's releases.

6.0.0

django-redis 6.0.0 (2025-06-17)

Features

  • Support HashMaps ([#598](https://github.com/jazzband/django-redis/issues/598) <https://github.com/jazzband/django-redis/issues/598>_)
  • Support gzip compression ([#688](https://github.com/jazzband/django-redis/issues/688) <https://github.com/jazzband/django-redis/issues/688>_)
  • Support for sets and support basic operations, sadd, scard, sdiff, sdiffstore, sinter, sinterstore, smismember, sismember, smembers, smove, spop, srandmember, srem, sscan, sscan_iter, sunion, sunionstore ([#730](https://github.com/jazzband/django-redis/issues/730) <https://github.com/jazzband/django-redis/issues/730>_)

Bug Fixes

  • Hotfix for timeout=DEFAULT_TIMEOUT in expire and pexpire ([#724](https://github.com/jazzband/django-redis/issues/724) <https://github.com/jazzband/django-redis/issues/724>_)
  • Fix is_master parsing error for write separation in sentinel mode ([#749](https://github.com/jazzband/django-redis/issues/749) <https://github.com/jazzband/django-redis/issues/749>_)
  • Added blocking parameter for cache.lock ([#752](https://github.com/jazzband/django-redis/issues/752) <https://github.com/jazzband/django-redis/issues/752>_)

Miscellaneous

  • Added support for Python 3.12 ([#689](https://github.com/jazzband/django-redis/issues/689) <https://github.com/jazzband/django-redis/issues/689>_)
  • Pin pytest to `_)
  • Replace isort and flake8 with ruff ([#692](https://github.com/jazzband/django-redis/issues/692) <https://github.com/jazzband/django-redis/issues/692>_)
  • Drop django 4.0 ([#693](https://github.com/jazzband/django-redis/issues/693) <https://github.com/jazzband/django-redis/issues/693>_)
  • Upgrade black to 23.10.1 ([#695](https://github.com/jazzband/django-redis/issues/695) <https://github.com/jazzband/django-redis/issues/695>_)
  • Typed DefaultClient ([#696](https://github.com/jazzband/django-redis/issues/696) <https://github.com/jazzband/django-redis/issues/696>_)
  • Support pytest>=7 ([#697](https://github.com/jazzband/django-redis/issues/697) <https://github.com/jazzband/django-redis/issues/697>_)
  • Drop support for django 3.2, python 3.6 and python 3.7 ([#699](https://github.com/jazzband/django-redis/issues/699) <https://github.com/jazzband/django-redis/issues/699>_)
  • Support tox 4 ([#701](https://github.com/jazzband/django-redis/issues/701) <https://github.com/jazzband/django-redis/issues/701>_)
  • Configured dependabot for github actions ([#702](https://github.com/jazzband/django-redis/issues/702) <https://github.com/jazzband/django-redis/issues/702>_)
  • Use ubuntu-latest for CI ([#703](https://github.com/jazzband/django-redis/issues/703) <https://github.com/jazzband/django-redis/issues/703>_)
  • Dropped support for django 4.1 and added support for django 5.0 ([#729](https://github.com/jazzband/django-redis/issues/729) <https://github.com/jazzband/django-redis/issues/729>_)
  • Added support for django 5.1 ([#754](https://github.com/jazzband/django-redis/issues/754) <https://github.com/jazzband/django-redis/issues/754>_)
  • Update minimum supported versions in README.md: Python to 3.8, Django to 4.2, redis-py to 4.0.2 ([#755](https://github.com/jazzband/django-redis/issues/755) <https://github.com/jazzband/django-redis/issues/755>_)
  • Added support for Python 3.13 ([#756](https://github.com/jazzband/django-redis/issues/756) <https://github.com/jazzband/django-redis/issues/756>_)
  • Speed up tests by using pytest-xdist and separating settings on different redis databases. Dropped pytest-django Using docker-compose for setting up redis containers for testing Use tox-uv ([#757](https://github.com/jazzband/django-redis/issues/757) <https://github.com/jazzband/django-redis/issues/757>_)
  • Confirm support for Django 5.2. Fix shadowing builtin Python exceptions. ([#824](https://github.com/jazzband/django-redis/issues/824) <https://github.com/jazzband/django-redis/issues/824>_)

Deprecations and Removals

  • Drop support for Python 3.8 ([#852](https://github.com/jazzband/django-redis/issues/852) <https://github.com/jazzband/django-redis/issues/852>_)
Changelog

Sourced from django-redis's changelog.

django-redis 6.0.0 (2025-06-17)

Features

  • Support HashMaps ([#598](https://github.com/jazzband/django-redis/issues/598) <https://github.com/jazzband/django-redis/issues/598>_)
  • Support gzip compression ([#688](https://github.com/jazzband/django-redis/issues/688) <https://github.com/jazzband/django-redis/issues/688>_)
  • Support for sets and support basic operations, sadd, scard, sdiff, sdiffstore, sinter, sinterstore, smismember, sismember, smembers, smove, spop, srandmember, srem, sscan, sscan_iter, sunion, sunionstore ([#730](https://github.com/jazzband/django-redis/issues/730) <https://github.com/jazzband/django-redis/issues/730>_)

Bug Fixes

  • Hotfix for timeout=DEFAULT_TIMEOUT in expire and pexpire ([#724](https://github.com/jazzband/django-redis/issues/724) <https://github.com/jazzband/django-redis/issues/724>_)
  • Fix is_master parsing error for write separation in sentinel mode ([#749](https://github.com/jazzband/django-redis/issues/749) <https://github.com/jazzband/django-redis/issues/749>_)
  • Added blocking parameter for cache.lock ([#752](https://github.com/jazzband/django-redis/issues/752) <https://github.com/jazzband/django-redis/issues/752>_)

Miscellaneous

  • Added support for Python 3.12 ([#689](https://github.com/jazzband/django-redis/issues/689) <https://github.com/jazzband/django-redis/issues/689>_)
  • Pin pytest to `_)
  • Replace isort and flake8 with ruff ([#692](https://github.com/jazzband/django-redis/issues/692) <https://github.com/jazzband/django-redis/issues/692>_)
  • Drop django 4.0 ([#693](https://github.com/jazzband/django-redis/issues/693) <https://github.com/jazzband/django-redis/issues/693>_)
  • Upgrade black to 23.10.1 ([#695](https://github.com/jazzband/django-redis/issues/695) <https://github.com/jazzband/django-redis/issues/695>_)
  • Typed DefaultClient ([#696](https://github.com/jazzband/django-redis/issues/696) <https://github.com/jazzband/django-redis/issues/696>_)
  • Support pytest>=7 ([#697](https://github.com/jazzband/django-redis/issues/697) <https://github.com/jazzband/django-redis/issues/697>_)
  • Drop support for django 3.2, python 3.6 and python 3.7 ([#699](https://github.com/jazzband/django-redis/issues/699) <https://github.com/jazzband/django-redis/issues/699>_)
  • Support tox 4 ([#701](https://github.com/jazzband/django-redis/issues/701) <https://github.com/jazzband/django-redis/issues/701>_)
  • Configured dependabot for github actions ([#702](https://github.com/jazzband/django-redis/issues/702) <https://github.com/jazzband/django-redis/issues/702>_)
  • Use ubuntu-latest for CI ([#703](https://github.com/jazzband/django-redis/issues/703) <https://github.com/jazzband/django-redis/issues/703>_)
  • Dropped support for django 4.1 and added support for django 5.0 ([#729](https://github.com/jazzband/django-redis/issues/729) <https://github.com/jazzband/django-redis/issues/729>_)
  • Added support for django 5.1 ([#754](https://github.com/jazzband/django-redis/issues/754) <https://github.com/jazzband/django-redis/issues/754>_)
  • Update minimum supported versions in README.md: Python to 3.8, Django to 4.2, redis-py to 4.0.2 ([#755](https://github.com/jazzband/django-redis/issues/755) <https://github.com/jazzband/django-redis/issues/755>_)
  • Added support for Python 3.13 ([#756](https://github.com/jazzband/django-redis/issues/756) <https://github.com/jazzband/django-redis/issues/756>_)
  • Speed up tests by using pytest-xdist and separating settings on different redis databases. Dropped pytest-django Using docker-compose for setting up redis containers for testing Use tox-uv ([#757](https://github.com/jazzband/django-redis/issues/757) <https://github.com/jazzband/django-redis/issues/757>_)
  • Confirm support for Django 5.2. Fix shadowing builtin Python exceptions. ([#824](https://github.com/jazzband/django-redis/issues/824) <https://github.com/jazzband/django-redis/issues/824>_)

Deprecations and Removals

  • Drop support for Python 3.8 ([#852](https://github.com/jazzband/django-redis/issues/852) <https://github.com/jazzband/django-redis/issues/852>_)

... (truncated)

Commits
  • 7aa46f4 Preparing for release 6.0.0
  • 2f6a3c6 Merge pull request #772 from jazzband/drop-python3.8
  • 1d88733 Apply fixes for black (target 3.9) and ruff (target 3.9)
  • fb5ec1c Remove support for Python 3.8
  • 1eb53b9 Merge pull request #763 from jazzband/pre-commit-ci-update-config
  • 10e27ec Merge pull request #756 from jazzband/python3.13
  • 1cf8bf3 [pre-commit.ci] pre-commit autoupdate
  • cfa1ac9 Added support for Python 3.13
  • 61254e0 Merge pull request #769 from felixxm/confirm-5.2
  • 036bb5d Fix shadowing builtin Python exceptions.
  • Additional commits viewable in compare view

Updates langchain-openai to 0.3.24

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.24

Changes since langchain-openai==0.3.23

openai[patch]: route to Responses API if relevant attributes are set (#31645) openai: release 0.3.24 (#31642) openai[patch]: add Responses API attributes to BaseChatOpenAI (#30329) openai[patch]: support Responses streaming in AzureChatOpenAI (#31641) openai[patch]: refactor handling of Responses API (#31587)

Commits
  • 6409498 openai[patch]: route to Responses API if relevant attributes are set (#31645)
  • 3044bd3 openai: release 0.3.24 (#31642)
  • c1c3e13 openai[patch]: add Responses API attributes to BaseChatOpenAI (#30329)
  • b610859 openai[patch]: support Responses streaming in AzureChatOpenAI (#31641)
  • bc1b5ff docs: update agents tutorial to use langchain-tavily (#31637)
  • bb7c190 langchain: Fix error in LLMListwiseRerank when Document list is empty (#31300)
  • 0b5c06e [Doc] Improve api doc for perplexity (#31636)
  • c4c39c1 mistralai[patch]: Fix Typos in Comments and Improve Compatibility Note (#31616)
  • cc1e530 langchain: add missing milvus branch for self_query (#31630)
  • 7702691 core and langchain: Remove upper bound restriction langsmith dependency (#31629)
  • Additional commits viewable in compare view

Updates boto3 to 1.38.39

Commits
  • 0b2d98e Merge branch 'release-1.38.39'
  • e3e1caa Bumping version to 1.38.39
  • 94ab499 Add changelog entries from botocore
  • 4323f6a Merge branch 'release-1.38.38'
  • 6e873bc Merge branch 'release-1.38.38' into develop
  • 1cea292 Bumping version to 1.38.38
  • 52d303f Add changelog entries from botocore
  • 510b972 Merge branch 'release-1.38.37'
  • cf4bc9d Merge branch 'release-1.38.37' into develop
  • e178571 Bumping version to 1.38.37
  • Additional commits viewable in compare view

Updates tencentcloud-sdk-python to 3.0.1405

Changelog

Sourced from tencentcloud-sdk-python's changelog.

Release 3.0.1405

商业智能分析 BI(bi) 版本:2022-01-05

第 28 次发布

发布时间:2025-06-19 01:10:29

本次发布包含了以下内容:

改善已有的文档。

新增数据结构:

修改数据结构:

日志服务(cls) 版本:2020-10-16

第 130 次发布

发布时间:2025-06-19 01:19:33

本次发布包含了以下内容:

改善已有的文档。

修改接口:

物联网开发平台(iotexplorer) 版本:2019-04-23

第 107 次发布

发布时间:2025-06-19 01:38:34

... (truncated)

Commits

Updates dashscope to 1.23.5

Updates python-docx to 1.2.0

Changelog

Sourced from python-docx's changelog.

1.2.0 (2025-06-16) ++++++++++++++++++

  • Add support for comments
  • Drop support for Python 3.8, add testing for Python 3.13

1.1.2 (2024-05-01) ++++++++++++++++++

  • Fix #1383 Revert lxml<=4.9.2 pin that breaks Python 3.12 install
  • Fix #1385 Support use of Part._rels by python-docx-template
  • Add support and testing for Python 3.12

1.1.1 (2024-04-29) ++++++++++++++++++

  • Fix #531, #1146 Index error on table with misaligned borders
  • Fix #1335 Tolerate invalid float value in bottom-margin
  • Fix #1337 Do not require typing-extensions at runtime

1.1.0 (2023-11-03) ++++++++++++++++++

  • Add BlockItemContainer.iter_inner_content()

1.0.1 (2023-10-12) ++++++++++++++++++

  • Fix #1256: parse_xml() and OxmlElement moved.
  • Add Hyperlink.fragment and .url

1.0.0 (2023-10-01) +++++++++++++++++++

  • Remove Python 2 support. Supported versions are 3.7+
  • Fix #85: Paragraph.text includes hyperlink text
  • Add #1113: Hyperlink.address
  • Add Hyperlink.contains_page_break
  • Add Hyperlink.runs
  • Add Hyperlink.text
  • Add Paragraph.contains_page_break
  • Add Paragraph.hyperlinks
  • Add Paragraph.iter_inner_content()
  • Add Paragraph.rendered_page_breaks
  • Add RenderedPageBreak.following_paragraph_fragment

... (truncated)

Commits
  • e454546 release: prepare v1.2.0 release
  • 1fe6601 build: small adjustments for tox
  • 4fbe1f6 docs: add Comments docs
  • a809d6c comments: add Comment.text
  • e3a321d comments: add Run.mark_comment_range()
  • af3b973 comments: add Document.add_comment()
  • 66da522 xfail: acceptance test for Document.add_comment()
  • 761f4cc comments: add Comment.author, .initials setters
  • 8ac9fc4 comments: add Comments.add_comment()
  • d360409 xfail: acceptance test for Comment mutations
  • Additional commits viewable in compare view

Updates django-apscheduler to 0.7.0

Release notes

Sourced from django-apscheduler's releases.

Release v0.7.0

v0.7.0 (2024-09-28)

Enhancements

  • Drop support for Python 3.8 and Django 3.2.
  • Add support for Python 3.9 to 3.12, Django 4.2 to 5.1
  • Bump dependencies to latest available versions.
  • Remove pytest-pythonpath as it is no longer needed.
  • Add tox.ini file to run tests against all supported versions of Python and Django.
  • Update CI configuration to use tox.

Fixes

  • Take a database lock before updating / deleting job store entries to prevent duplicate key violation errors (thanks @​calledbert).
Changelog

Sourced from django-apscheduler's changelog.

v0.7.0 (2024-09-28)

Enhancements

  • Drop support for Python 3.8 and Django 3.2.
  • Add support for Python 3.9 to 3.12, Django 4.2 to 5.1
  • Bump dependencies to latest available versions.
  • Remove pytest-pythonpath as it is no longer needed.
  • Add tox.ini file to run tests against all supported versions of Python and Django.
  • Update CI configuration to use tox.

Fixes

  • Take a database lock before updating / deleting job store entries to prevent duplicate key violation errors (thanks @​calledbert).

v0.6.2 (2022-03-06)

Fixes

  • Make and commit missing migrations (Resolves #165).

v0.6.1 (2022-03-05)

Fixes

  • Also handle db.InterfaceError when retrying database-related operations (thanks @​zmmfsj-z).
  • Add unique_job_executions constraint to ensure that only one DjangoJobExecution can be created for each DjangoJob for a specific run time (Mitigates #156).
  • Update CI configuration to test on Django 3.2 and 4.0, and Python 3.10 ( Resolves #163).
  • Drop official support for Django<3.2 and Python<3.8. This is slightly ahead of the official dates published in https://www.djangoproject.com/download/ and https://devguide.python.org/#status-of-python-branches, but makes the test workflows simpler and easier to maintain. If you are using older releases they might still work...

v0.6.0 (2021-06-17)

Fixes

  • Fix screenshot links in README to work on PyPI.
  • Remove reference to deprecated django.utils.translation.ugettext_lazy.

Enhancements

  • The Django admin page will now show a list of all the manually triggered jobs that could not be completed before settings.APSCHEDULER_RUN_NOW_TIMEOUT seconds elapsed.
  • Make more of the string output on the admin page Django-translatable.
  • Introduce a retry_on_db_operational_error utility decorator for retrying database-related operations when a django.db.OperationalError is encountered (Partial resolution of #145).

... (truncated)

Commits
  • 359ee48 Release v0.7.0
  • 842fd58 docs: update README.md
  • d1e2261 Merge pull request #191 from TGoddessana/develop
  • 5541e5e docs: update changelog.md
  • 49b227e chore: prepare version 0.7.0
  • 5ef7aa1 test: drop testing python3.8 in tox.ini
  • 1d38aec docs: add authors
  • d483d0e chore: drop support for python 3.8 && django 3.2
  • a252c14 test: remove unnecessary step
  • ec5aaa9 test: update ci to use tox
  • 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

Updates the requirements on [django-redis](https://github.com/jazzband/django-redis), [langchain-openai](https://github.com/langchain-ai/langchain), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python), [dashscope](https://dashscope.aliyun.com/), [python-docx](https://github.com/python-openxml/python-docx) and [django-apscheduler](https://github.com/jcass77/django-apscheduler) to permit the latest version.

Updates `django-redis` to 6.0.0
- [Release notes](https://github.com/jazzband/django-redis/releases)
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-redis@5.4.0...6.0.0)

Updates `langchain-openai` to 0.3.24
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.23...langchain-openai==0.3.24)

Updates `boto3` to 1.38.39
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.36...1.38.39)

Updates `tencentcloud-sdk-python` to 3.0.1405
- [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md)
- [Commits](TencentCloud/tencentcloud-sdk-python@3.0.1402...3.0.1405)

Updates `dashscope` to 1.23.5

Updates `python-docx` to 1.2.0
- [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst)
- [Commits](python-openxml/python-docx@v1.1.2...v1.2.0)

Updates `django-apscheduler` to 0.7.0
- [Release notes](https://github.com/jcass77/django-apscheduler/releases)
- [Changelog](https://github.com/jcass77/django-apscheduler/blob/develop/docs/changelog.md)
- [Commits](jcass77/django-apscheduler@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: django-redis
  dependency-version: 6.0.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.24
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.38.39
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: tencentcloud-sdk-python
  dependency-version: 3.0.1405
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: dashscope
  dependency-version: 1.23.5
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: python-docx
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: django-apscheduler
  dependency-version: 0.7.0
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 19, 2025
Copy link

f2c-ci-robot bot commented Jun 19, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link

f2c-ci-robot bot commented Jun 19, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@liuruibin liuruibin merged commit f54c873 into v2 Jun 20, 2025
0 of 3 checks passed
@liuruibin liuruibin deleted the dependabot/pip/v2/python-dependencies-b95815f64c branch June 20, 2025 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file do-not-merge/release-note-label-needed python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant