build(deps): bump the production-dependencies group across 1 directory with 9 updates#379
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…y with 9 updates Bumps the production-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `7.1.3` | `7.1.4` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `6.0.2` | `6.0.4` | | [grpcio](https://github.com/grpc/grpc) | `1.80.0` | `1.81.0` | | [grpcio-testing](https://grpc.io) | `1.80.0` | `1.81.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.80.0` | `1.81.0` | | [peewee](https://github.com/coleifer/peewee) | `4.0.5` | `4.0.6` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `9.0.30` | `9.0.32` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.12.1` | `2.13.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.68.1` | Updates `cachetools` from 7.1.3 to 7.1.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.1.3...v7.1.4) Updates `flask-cors` from 6.0.2 to 6.0.4 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@6.0.2...6.0.4) Updates `grpcio` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.80.0...v1.81.0) Updates `grpcio-testing` from 1.80.0 to 1.81.0 Updates `grpcio-tools` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.80.0...v1.81.0) Updates `peewee` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/coleifer/peewee/releases) - [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md) - [Commits](coleifer/peewee@4.0.5...4.0.6) Updates `phonenumbers` from 9.0.30 to 9.0.32 - [Commits](daviddrysdale/python-phonenumbers@v9.0.30...v9.0.32) Updates `pyjwt` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.12.1...2.13.0) Updates `tqdm` from 4.67.3 to 4.68.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.3...v4.68.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: flask-cors dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: grpcio dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-testing dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-tools dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: peewee dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: phonenumbers dependency-version: 9.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tqdm dependency-version: 4.68.1 dependency-type: direct:production update-type: version-update:semver-minor 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 9 updates in the / directory:
7.1.37.1.46.0.26.0.41.80.01.81.01.80.01.81.01.80.01.81.04.0.54.0.69.0.309.0.322.12.12.13.04.67.34.68.1Updates
cachetoolsfrom 7.1.3 to 7.1.4Changelog
Sourced from cachetools's changelog.
Commits
48284d7Release v7.1.4.55ea96bUpdate build environment.c5439feAdd threading tests for lock-only decorators.91828fcRun threading tests unconditionally with timeout.Updates
flask-corsfrom 6.0.2 to 6.0.4Release notes
Sourced from flask-cors's releases.
Commits
d601665Add strict MyPy Typingc8e8871Harden release publishing workflow (#406)e1d4034Derive package version from git tag via setuptools-scm (#405)Updates
grpciofrom 1.80.0 to 1.81.0Release notes
Sourced from grpcio's releases.
Commits
8bdf11e[Release] Bump version to 1.81.0 (on v1.81.x branch) (#42432)0029e06Move all gRPC Session classes to the experimental namespace (#42462)1f18268[CI] Fix Asan thread_stress_test error by reducing thread count (#42424) (#42...ee3fed7Backport MacOS fix cl/917004588 to v1.81.x (#42441)6244f3b[Release] Bump version to 1.81.0-pre1 (on v1.81.x branch) (#42378)1108777[Release] Bump core version to 54.0.0 for upcoming release (#42321)74940e8[fix] Add back the do-while loop that handles the TSI_RESULT correctly.5c6185c[CHTTP2] Assert51bc437Automated rollback of commit aab1eab78f9fcb3fc6e0aa9c8d7a59de280dbe3f.03a2dc7[Cleanup] Reduce log noise in latent see.Updates
grpcio-testingfrom 1.80.0 to 1.81.0Updates
grpcio-toolsfrom 1.80.0 to 1.81.0Release notes
Sourced from grpcio-tools's releases.
Commits
8bdf11e[Release] Bump version to 1.81.0 (on v1.81.x branch) (#42432)6244f3b[Release] Bump version to 1.81.0-pre1 (on v1.81.x branch) (#42378)820f933[Python] Drop 3.9 (#42145)451521c[Core CI] Make windows python distrib tests use ccache. (#42171)cb09882[Build] Upgrade protobuf to 33.5 (#41976)a2bf3f1[Release] Bump version to 1.81.0-dev (on master branch) (#41843)Updates
peeweefrom 4.0.5 to 4.0.6Release notes
Sourced from peewee's releases.
Changelog
Sourced from peewee's changelog.
Commits
5a99f304.0.6451f17bUpdate cl63c4dedRestore whitespace stripping in FixedCharField.2f460adFix deadlock in pool manual_close + close_all.504f3c5Fix pwasyncio failure w/conn contextef045afchangelog updateb1bc2cfMake connection_context() nest cleanly.be1dd2dUpdate changelog w/the last couple changes.8a80798Update docs, add path support to nested lookups as well.98a0dd4Add some helpers for json mutation + json-path to pgUpdates
phonenumbersfrom 9.0.30 to 9.0.32Commits
facd74cPrep for 9.0.32 release8ea3d6aGenerated files for metadata1d40b76Merge metadata changes from upstream 9.0.3243a9c86Prep for 9.0.31 release98c625eGenerated files for metadata9161226Merge metadata changes from upstream 9.0.31Updates
pyjwtfrom 2.12.1 to 2.13.0Release notes
Sourced from pyjwt's releases.
Changelog
Sourced from pyjwt's changelog.
Commits
7144e45Apply ruff formatd2f4becRestorecast()calls with cross-versiontype: ignoreforprepare_key22f478cRemove redundant casts inRSAAlgorithm.prepare_keyand `ECAlgorithm.prepare...95791b1Bundle security fixes and hardening into 2.13.0dcc27a9[pre-commit.ci] pre-commit autoupdate (#1155)9d08a9a[pre-commit.ci] pre-commit autoupdate (#1146)b87c100Bump codecov/codecov-action from 5 to 6 (#1154)40e3147Migrate development extras to dependency groups (#1152)Updates
tqdmfrom 4.67.3 to 4.68.1Release notes
Sourced from tqdm's releases.
Commits
67cf355Merge pull request #1751 from jaltmayerpizzorno/fix-atexit-monitor-deadlockcfa4a85minor docstring updatesf83290cFix TMonitor deadlock at interpreter shutdown59029c3Set name for tqdm monitor thread (#1752)ef4a142bump version, merge pull request #1760 from tqdm/devel17f246blint warning suppressionc682c7bbenchmarks: fix asvfc69588CI: migrate to pre-commit.cia31d97fmore contrib.itertoolse4d9742soft-deprecate tqdm.utils.envwrap -> envwrapDependabot 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