-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bump the all group across 1 directory with 7 updates #214
Closed
Conversation
This file contains 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
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cattrs](https://github.com/python-attrs/cattrs) | `23.2.3` | `24.1.2` | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.21.0` | `3.27.0` | | [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | `2.21.1` | `2.27.1` | | [google-cloud-storage](https://github.com/googleapis/python-storage) | `2.15.0` | `2.18.2` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.2` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.1` | `3.2.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.8.0` | `2.19.0` | Updates `cattrs` from 23.2.3 to 24.1.2 - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](python-attrs/cattrs@v23.2.3...v24.1.2) Updates `google-cloud-bigquery` from 3.21.0 to 3.27.0 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery@v3.21.0...v3.27.0) Updates `google-cloud-pubsub` from 2.21.1 to 2.27.1 - [Release notes](https://github.com/googleapis/python-pubsub/releases) - [Changelog](https://github.com/googleapis/python-pubsub/blob/main/CHANGELOG.md) - [Commits](googleapis/python-pubsub@v2.21.1...v2.27.1) Updates `google-cloud-storage` from 2.15.0 to 2.18.2 - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/python-storage@v2.15.0...v2.18.2) Updates `packaging` from 23.2 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.2...24.2) Updates `pyparsing` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@3.1.1...3.2.0) Updates `sentry-sdk` from 2.8.0 to 2.19.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.8.0...2.19.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google-cloud-pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Nov 21, 2024
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Superseded by #215. |
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
python
Pull requests that update Python code
0 participants
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 all group with 7 updates in the / directory:
23.2.3
24.1.2
3.21.0
3.27.0
2.21.1
2.27.1
2.15.0
2.18.2
23.2
24.2
3.1.1
3.2.0
2.8.0
2.19.0
Updates
cattrs
from 23.2.3 to 24.1.2Release notes
Sourced from cattrs's releases.
... (truncated)
Changelog
Sourced from cattrs's changelog.
... (truncated)
Commits
a8d4514
v24.1.2bf46025
FixBaseConverter.register_{un,}structure_hook
type signature (#582)255a8f9
v24.1.18447125
Fix converter type hints (#579)3cb6707
v24.1.087eefe6
fix: wrong return type (#569)5fd0f5b
Let's not stick in the past1d72dcc
Restructure readme/index/reasons (#562)c393abc
Merge pull request #565 from python-attrs/artifacts-v4ca6d0b6
Switch to (up|down)load-artifact@v4Updates
google-cloud-bigquery
from 3.21.0 to 3.27.0Release notes
Sourced from google-cloud-bigquery's releases.
... (truncated)
Changelog
Sourced from google-cloud-bigquery's changelog.
... (truncated)
Commits
53c289e
chore(main): release 3.27.0 (#2040)fef8b88
chore: two fixit fixes (#2050)7b03d61
build: use multiScm for Kokoro release builds (#2049)7372ad6
feat: updates to allow users to set max_stream_count (#2039)1d8d0a0
Fix typo in legacy docs (#2037)e29b987
chore(deps): update all dependencies (#2033)02706e2
chore(deps): update all dependencies (#2031)cad34f1
chore(main): release 3.26.0 (#1973)a76af35
chore(deps): bump fiona from 1.9.6 to 1.10.0 in /samples/geography (#2027)ba99b12
chore(deps): update all dependencies (#2029)Updates
google-cloud-pubsub
from 2.21.1 to 2.27.1Release notes
Sourced from google-cloud-pubsub's releases.
... (truncated)
Changelog
Sourced from google-cloud-pubsub's changelog.
... (truncated)
Commits
2066899
chore(main): release 2.27.1 (#1303)ab22e27
fix: Add support for Python3.13 (#1302)347cb38
chore: partial revert of #1297 (#1298)5c78ac9
test: add type flaky to unit test (#1297)cdaf6e9
chore(main): release 2.27.0 (#1289)0b46a33
feat: Add support for Python 3.13 (#1281)d6635a0
fix: Mark test_streaming_pull_max_messages flaky (#1288)5cb2e2a
build: use multiScm for Kokoro release builds (#1284)8febfc7
chore(main): release 2.26.1 (#1276)b59cc8d
docs: Add ingestion from GCS sample (#1273)Updates
google-cloud-storage
from 2.15.0 to 2.18.2Release notes
Sourced from google-cloud-storage's releases.
... (truncated)
Changelog
Sourced from google-cloud-storage's changelog.
... (truncated)
Commits
85aa02f
chore(main): release 2.18.2 (#1339)0323647
Fix: Add regression test for range read retry issue and bump dependency to fi...5c93503
chore(main): release 2.18.1 (#1334)bf4d0e0
Fix: Properly escape URL construction for XML MPU API (#1333)3d29c6f
chore(main): release 2.18.0 (#1291)d5d3c68
chore(python): use python 3.10 for docs build (#1322)a4b07b8
chore(deps): update all dependencies (#1324)ea47943
chore(deps): update all dependencies (#1308)ed7cbba
test: harden pytest fixture setup stage (#1323)152b249
fix: Allow Protobuf 5.x (#1317)Updates
packaging
from 23.2 to 24.2Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
Commits
d8e3b31
Bump for release2de393d
Update changelog for release9c66f5c
Remove extraneous quotes in f-strings by using!r
(#848)4dc334c
Upgrade to latest mypy (#853)d1a9f93
Bump the github-actions group with 4 updates (#852)029f415
PEP 639: Implement License-Expression and License-File (#828)6c338a8
Use !r formatter for error messages with filenames. (#844)28e7da7
Add a comment as to whyMetadata.name
isn't normalized (#842)ce0d79c
Mention updating changelog in release process (#841)ac5bdf3
Update the changelog to reflect 24.1 changes (#840)Updates
pyparsing
from 3.1.1 to 3.2.0Changelog
Sourced from pyparsing's changelog.
... (truncated)
Commits
36fc04b
Fix docstring with invalid esc sequencea46066d
Prep for 3.2.0 releasea0c219b
Docs cleanup; added new whats_new_* docs for 3.1 and 3.2d9b1f14
Rewrite _collapse_string_to_ranges to use _GroupConsecutive class instead of ...0d3c2d7
Fix minor internal bug in one_of building regex when all choices are single c...2165ab2
Cleanup ambiguous "contains" vs "in" usage in mongodb_query_expression.py25ddb02
Prep for dev before final release08846ae
Prep for release9ee042b
Remove deprecated utcnow()a2b2f25
Final cleanup on mongodb_query_expression.py and mongodb_query_expression_ste...Updates
sentry-sdk
from 2.8.0 to 2.19.0Release notes
Sourced from sentry-sdk's releases.