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
…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.11` | | [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.51` | | [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.11 - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](graphql-python/graphql-core@v3.2.3...v3.2.11) 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.51 - [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: 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: xlrd dependency-version: 2.0.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: drf-yasg dependency-version: 1.21.15 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: sentencepiece dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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.113.1.23.1.52.0.12.0.22.0.392.0.511.21.71.21.159.1.29.1.40.2.10.2.2Updates
graphql-corefrom 3.2.3 to 3.2.11Release notes
Sourced from graphql-core's releases.
... (truncated)
Commits
d5a5464Bump version6d7c4dddocs: fix inline examples, deprecation descriptions, type category456fa2cAllow configuration of theofTypeintrospection depth672281dAdd support for directives on directive definitions1922ab7Restore variable own-property checks in valueFromAST0ccc1a5Use Object.create(null) to avoid prototype issues12bcb49Bump version4070240Incorrect validation errors when variable descriptions are used66adfb4Sibling errors should not be added after propagation20de4b0Schema coordinatesUpdates
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.51Release 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-20260620Dependabot 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 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