-
-
Notifications
You must be signed in to change notification settings - Fork 547
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-dependencies group with 8 updates #3346
Closed
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-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/encode/uvicorn) | `0.25.0` | `0.26.0` | | [sanic](https://github.com/sanic-org/sanic) | `23.12.0` | `23.12.1` | | [ddtrace](https://github.com/DataDog/dd-trace-py) | `2.4.0` | `2.4.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.1` | `1.39.2` | | [types-aiofiles](https://github.com/python/typeshed) | `23.2.0.0` | `23.2.0.20240106` | | [types-python-dateutil](https://github.com/python/typeshed) | `2.8.19.14` | `2.8.19.20240106` | | [botocore](https://github.com/boto/botocore) | `1.34.13` | `1.34.20` | | [types-protobuf](https://github.com/python/typeshed) | `4.24.0.4` | `4.24.0.20240106` | Updates `uvicorn` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.25.0...0.26.0) Updates `sanic` from 23.12.0 to 23.12.1 - [Release notes](https://github.com/sanic-org/sanic/releases) - [Commits](sanic-org/sanic@v23.12.0...v23.12.1) Updates `ddtrace` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/DataDog/dd-trace-py/releases) - [Changelog](https://github.com/DataDog/dd-trace-py/blob/main/CHANGELOG.md) - [Commits](DataDog/dd-trace-py@v2.4.0...v2.4.1) Updates `sentry-sdk` from 1.39.1 to 1.39.2 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.39.1...1.39.2) Updates `types-aiofiles` from 23.2.0.0 to 23.2.0.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.8.19.14 to 2.8.19.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `botocore` from 1.34.13 to 1.34.20 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.13...1.34.20) Updates `types-protobuf` from 4.24.0.4 to 4.24.0.20240106 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sanic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ddtrace dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sentry-sdk dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-aiofiles dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-python-dateutil dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: botocore dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-protobuf dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3346 +/- ##
=======================================
Coverage 96.62% 96.62%
=======================================
Files 485 485
Lines 30292 30292
Branches 3746 3746
=======================================
+ Hits 29270 29271 +1
+ Misses 833 832 -1
Partials 189 189 |
CodSpeed Performance ReportMerging #3346 will not alter performanceComparing Summary
|
Superseded by #3348. |
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 all-dependencies group with 8 updates:
0.25.0
0.26.0
23.12.0
23.12.1
2.4.0
2.4.1
1.39.1
1.39.2
23.2.0.0
23.2.0.20240106
2.8.19.14
2.8.19.20240106
1.34.13
1.34.20
4.24.0.4
4.24.0.20240106
Updates
uvicorn
from 0.25.0 to 0.26.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
99fafb3
Version 0.26.0 (#2216)4af46c9
♻️ Updateroot_path
handling (from--root-path
CLI option) to include the...ebcd996
Group dependencies on dependabot updates (#2212)3dd0d44
Bump pytest from 7.4.3 to 7.4.4 (#2206)fc1de01
Bump mkdocs from 1.5.2 to 1.5.3 (#2202)274d9af
Bump pytest-mock from 3.11.1 to 3.12.0 (#2205)1cce88d
Bump httpx from 0.25.2 to 0.26.0 (#2203)5515893
Bump actions/setup-python from 4 to 5 (#2207)56aa152
Allow test suite to run without httptools installed (#2198)32fa92f
Use future.annotations (#2199)Updates
sanic
from 23.12.0 to 23.12.1Release notes
Sourced from sanic's releases.
Commits
cf71fc7
Do not strip entity-headers with HTTP status 304 or 412 (#2824)57d44f2
Merge conflict2ea65c2
Update sanic-routing599f746
Fix broken multiplexer manage (#2895)3d85a1c
Add release notes54813d2
Cleanup 23.6 docs2292005
old docs notice90e4c90
Make pretty599536e
Set version5127500
Release 23.12Updates
ddtrace
from 2.4.0 to 2.4.1Release notes
Sourced from ddtrace's releases.
Commits
605dc5d
fix(langchain): import error [backport 2.4] (#8061)663293a
ci: skip some test_stack.py tests on 3.12 [backport 2.4] (#8084)9f80f12
fix(internal): support for namespace packages [backport 2.4] (#8086)7b2d983
fix: avoid changing the AST assign node since it's not needed for propagation...adacac7
fix(iast): handle value error thrown by numpy [backport 2.4] (#8091)ec25dd9
fix(ci): pin versions of sphinx dependencies to unlock ci [backport 2.4] (#8106)a9a225a
fix(span_links): revert regression in v04 encoding [backport 2.4] (#8100)b086a4c
fix(otel): ensures ids in span links are in hex [backport 2.4] (#8065)92eac20
ci: pin trio for starlette (#8058) [backport 2.4] (#8070)c6d996c
fix(context): ensures all fields in Context are picklable [backport 2.4] (#8056)Updates
sentry-sdk
from 1.39.1 to 1.39.2Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
b244efc
Update CHANGELOG.md5a2d813
release: 1.39.2b74ea08
Fix timestamp in transaction created by OTel (#2627)b873c38
Fix relative path in db query source (#2624)6f41823
Run more CI checks on 2.0 branch (#2625)8bd2f46
fix(api): Fix tracing TypeError for static and class methods (#2559)6470063
Arq integration ctx (#2600)248cb06
fix(crons): Changedata_category
fromcheck_in
tomonitor
(#2598)658c6c9
Merge branch 'release/1.39.1'Updates
types-aiofiles
from 23.2.0.0 to 23.2.0.20240106Commits
Updates
types-python-dateutil
from 2.8.19.14 to 2.8.19.20240106Commits
Updates
botocore
from 1.34.13 to 1.34.20Changelog
Sourced from botocore's changelog.
... (truncated)
Commits
b704898
Merge branch 'release-1.34.20'fd018d0
Bumping version to 1.34.209c3988c
Update to latest partitions and endpoints59a4000
Update to latest models0136114
Linting cleanup for s3 redirects tests (#3100)b80c645
Merge branch 'release-1.34.19'175d1d0
Merge branch 'release-1.34.19' into develop8772ddb
Bumping version to 1.34.1908fdfe8
Update to latest models41b3d7d
Merge branch 'release-1.34.18'Updates
types-protobuf
from 4.24.0.4 to 4.24.0.20240106Commits
Most Recent Ignore Conditions Applied to This Pull Request
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