chore(deps)(deps): bump the production-dependencies group across 1 directory with 7 updates - #99
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/pip/production-dependencies-e7fea3d351
branch
from
September 7, 2026 03:38
5f61fee to
27a325f
Compare
…rectory with 7 updates Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [graphql-core](https://github.com/graphql-python/graphql-core) | `3.2.3` | `3.2.12` | | [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.5` | | [xlrd](https://github.com/python-excel/xlrd) | `2.0.1` | `2.0.2` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.52` | | [drf-yasg](https://github.com/axnsan12/drf-yasg) | `1.21.7` | `1.21.15` | | [tenacity](https://github.com/jd/tenacity) | `9.1.2` | `9.1.4` | | [sentencepiece](https://github.com/google/sentencepiece) | `0.2.1` | `0.2.2` | Updates `graphql-core` from 3.2.3 to 3.2.12 - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](graphql-python/graphql-core@v3.2.3...v3.2.12) Updates `openpyxl` from 3.1.2 to 3.1.5 Updates `xlrd` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst) - [Commits](python-excel/xlrd@2.0.1...2.0.2) Updates `sqlalchemy` from 2.0.39 to 2.0.52 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `drf-yasg` from 1.21.7 to 1.21.15 - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](axnsan12/drf-yasg@1.21.7...1.21.15) Updates `tenacity` from 9.1.2 to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@9.1.2...9.1.4) Updates `sentencepiece` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](google/sentencepiece@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: drf-yasg dependency-version: 1.21.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: graphql-core dependency-version: 3.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sentencepiece dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: xlrd dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/production-dependencies-e7fea3d351
branch
from
September 10, 2026 09:56
27a325f to
cc7df65
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 7 updates in the / directory:
3.2.33.2.123.1.23.1.52.0.12.0.22.0.392.0.521.21.71.21.159.1.29.1.40.2.10.2.2Updates
graphql-corefrom 3.2.3 to 3.2.12Release notes
Sourced from graphql-core's releases.
... (truncated)
Commits
af6addbBump versionab7bfbcFix version bump configuration80ef435fix: count comment tokens toward the parser max_tokens limit29c2753fix: bound OverlappingFieldsCanBeMerged validation to prevent quadratic DoS090141fUpdate dependenciesd5a5464Bump version6d7c4dddocs: fix inline examples, deprecation descriptions, type category456fa2cAllow configuration of theofTypeintrospection depth672281dAdd support for directives on directive definitions1922ab7Restore variable own-property checks in valueFromASTUpdates
openpyxlfrom 3.1.2 to 3.1.5Updates
xlrdfrom 2.0.1 to 2.0.2Changelog
Sourced from xlrd's changelog.
Commits
3a19d22Prepare for 2.0.2 releasef3521c8Merge pull request #380 from sanshi42/master99270ddImprove test coverage for invalid formula handling18e314ebugfix: Fix an occasional compatibility issue when using Excel formulas0c4e80bUpdate README.rstf45f630emboldening breaks RTD rendering, and likely won't help :-(b37d159embolden for the hard of thinking58ccbb1admit defeatUpdates
sqlalchemyfrom 2.0.39 to 2.0.52Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
drf-yasgfrom 1.21.7 to 1.21.15Release notes
Sourced from drf-yasg's releases.
Changelog
Sourced from drf-yasg's changelog.
... (truncated)
Commits
d40c97fAdd version 1.21.15 details to the changelog (#956)2e37afdModernise and add .DS_Store to the .gitignore (#955)76a138aUse Python's nativedictinstead ofOrderedDict(#954)b55ba0ffix Python 3.12 type parameter syntax with ``from future import annotatio...7dceb27Add version 1.21.14 details to the changelog (#952)763cdd6Add version 1.21.13 details to the changelog (#951)a0559fcAdd missing swagger-ui sourcemaps (#950)2bf74d0Add version 1.21.12 details to the changelog (#948)b421e89swagger ui fix (#944)40fee2bAdd live demo domain and environment variables (#946)Updates
tenacityfrom 9.1.2 to 9.1.4Release notes
Sourced from tenacity's releases.
Commits
d4e868dFixretry()annotations with asyncsleep=function (#555)24415ebsupport async sleep for sync fn (#551)3bf33b4chore: drop Python 3.9 support (EOL) (#552)7027da3chore(deps): bump the github-actions group with 2 updates (#550)21ae7d0docs: fix syntax error in wait_chain docstring example (#548)ef12c9echore(deps): bump actions/checkout in the github-actions group (#547)c35a4b3chore(deps): bump the github-actions group with 2 updates (#545)e792bbaci: fix mypy (#546)0f55245ci: remove reno requirements (#542)815c34ffeat(wait): addwait_exceptionstrategy (#541)Updates
sentencepiecefrom 0.2.1 to 0.2.2Release notes
Sourced from sentencepiece's releases.
Commits
e0cce7dMerge pull request #1279 from google/dependabot/github_actions/github-actions...a9e2b5eBump the github-actions group with 2 updates20ab5fbFix Unigram float score overflow and NaN/Inf corruption1f1483cAdd use_reserved_id_map parameter and control token merge tests69d8562Add performance benchmark suite and reports24fd00cStop support for Win32 wheels4b9231bOptimize Decode/Encode paths using absl::Span and add benchmarksb91b764Merge pull request #1277 from google/new_doce93413bUpdate documentation: Modernize README and merge CLI/Build guides7ce7669Merge pull request #1276 from kkew3/fix-dockerfile-20260620