-
-
Notifications
You must be signed in to change notification settings - Fork 59
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 pip group with 5 updates #651
Conversation
Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.8` | `3.10.10` | | [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.3` | `5.0.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.13.1` | `1.17.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.14.0` | `2.17.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | Updates `aiohttp` from 3.10.8 to 3.10.10 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.8...v3.10.10) Updates `async-timeout` from 4.0.3 to 5.0.0 - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](aio-libs/async-timeout@v4.0.3...v5.0.0) Updates `pyparsing` from 3.1.4 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.4...3.2.0) Updates `yarl` from 1.13.1 to 1.17.1 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.13.1...v1.17.1) Updates `sentry-sdk` from 2.14.0 to 2.17.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.14.0...2.17.0) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #651 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 2149 2149
Branches 97 97
=========================================
Hits 2149 2149
Flags with carried forward coverage won't be shown. Click here to find out more. |
aiohttp pins async-timeout<5 for Python 3.9-3.10: https://github.com/aio-libs/aiohttp/blob/7d0f980af6d725970cda5cb011400f5459699301/setup.cfg#L56 Let's skip the async-timeout bump for now, and hopefully aiohttp will update their pins for next time. I've updated this PR. |
Bumps the pip group with 6 updates:
3.10.8
3.10.10
4.0.3
5.0.0
3.1.4
3.2.0
1.13.1
1.17.1
2.14.0
2.17.0
5.0.0
6.0.0
Updates
aiohttp
from 3.10.8 to 3.10.10Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
47475c5
Release 3.10.10 (#9462)8b424c8
[PR #8456/b09d7cc backport][3.10] Add ClientConnectorDNSError for differentia...cdf3dca
[PR #9454/b20908e backport][3.10] Simplify DNS throttle implementation (#9457)ee87a04
[PR #9455/dfaafac0 backport][3.10] Fix AsyncResolver query fallback swallowin...ba9b33e
[PR #9451/216e082 backport][3.10] Fix AsyncResolver swallowing the error mess...bc9e5d6
[PR #9448/93e87c2e backport][3.10] Improve performance of fetching the conten...3ea557a
Increment version to 3.10.10.dev0b779432
Release 3.10.9 (#9415)08ada3e
[PR #9405/b96b01b backport][3.10] Only create the connection closed exception...978ed74
[PR #9406/24b0e6f backport][3.10] Add slots to timer helpers (#9411)Updates
async-timeout
from 4.0.3 to 5.0.0Release notes
Sourced from async-timeout's releases.
Changelog
Sourced from async-timeout's changelog.
Commits
3d3e3e4
Bump to 5.0.0d5c21f3
Mimic asyncio.Timeout behavior (#422)a1111c2
Drop deprecated sync context manager support (#421)00fd343
Imports cleanup7b61b33
Update CI config filee64805c
Bump docutils from 0.20.1 to 0.21.2 (#407)ca60cc4
Bump pytest from 8.2.1 to 8.3.3 (#420)539c76b
Bump pytest-cov from 4.1.0 to 6.0.0 (#414)d9c1975
Bump mypy from 1.10.0 to 1.13.0 (#416)045dd0b
Bump build from 1.2.1 to 1.2.2.post1 (#419)Updates
pyparsing
from 3.1.4 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
yarl
from 1.13.1 to 1.17.1Release notes
Sourced from yarl's releases.
... (truncated)
Changelog
Sourced from yarl's changelog.
... (truncated)
Commits
f7b83d7
Release 1.17.1 (#1400)5c2af26
Small cleanups toencode_url
(#1405)0113797
Fix grammar in #1396 changelog fragment (#1404)fb25462
Add missing type for_val
to_InternalURLCache
TypedDict
(#1403)979e06a
Additional small cleanups to as a followup to removingself._val
(#1402)71d171e
Add a fast path toget_str_query
fordict
andstr
(#1401)8ce8d67
Small cleanups as a followup to removingself._val
(#1399)07798bf
Avoid creation of tuples to create newURL
objects (#1398)3f2c26f
Replaceself._val
with separate properties (#1397)41af4a3
Complete removal ofSplitResult
as an internal (#1396)Updates
sentry-sdk
from 2.14.0 to 2.17.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
e44c9ee
Update CHANGELOG.mdee30db3
release: 2.17.0365d9cf
Fix flaky transport test (#3666)9ae5820
Add support for async calls in Anthropic and OpenAI integration (#3497)891afee
fix(spotlight): More defensive Django spotlight middleware injection (#3665)f493057
Allow custom transaction names in asgi (#3664)e463034
tests: Falcon RC1 (#3662)deca5f2
build(deps): Remove pin on sphinx (#3650)302457d
build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#3651)846b8b2
fix(langchain): handle case when parent span wasn't traced (#3656)Updates
pytest-cov
from 5.0.0 to 6.0.0Changelog
Sourced from pytest-cov's changelog.
Commits
9540437
Bump version: 5.0.0 → 6.0.09f81754
Further trim down envs and drop Python 3.8.b12b5ec
Update conf.23f4b27
Update changelog.291a04f
Bump test deps and trim config.08f1101
Add--cov-precision
option. Close #655.76fe2a7
Move the warnings/errors in a place that doesn't import anything.a9ea7b7
Implement error/warning for the bad dynamic_context being set in config.c299e01
Add explicit suffixing to make it easier to see the identify the sources/usag...c87e546
Add reproducer for weird xdist dynamic_context interaction. Ref #604.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