-
Notifications
You must be signed in to change notification settings - Fork 2
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 7 updates #63
Merged
Merged
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 pip group with 7 updates: | Package | From | To | | --- | --- | --- | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.6` | `3.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.3` | `5.0.0` | | [faker](https://github.com/joke2k/faker) | `30.8.1` | `30.8.2` | | [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` | | [rpds-py](https://github.com/crate-py/rpds) | `0.20.0` | `0.20.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.27.0` | `20.27.1` | Updates `werkzeug` from 3.0.6 to 3.1.1 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.6...3.1.1) 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) 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 `faker` from 30.8.1 to 30.8.2 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v30.8.1...v30.8.2) Updates `rich` from 13.9.3 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.3...v13.9.4) Updates `rpds-py` from 0.20.0 to 0.20.1 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.20.0...v0.20.1) Updates `virtualenv` from 20.27.0 to 20.27.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.27.0...20.27.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development 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 - dependency-name: async-timeout dependency-type: indirect update-type: version-update:semver-major dependency-group: pip - dependency-name: faker dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: rich dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: rpds-py dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip ... 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 4, 2024
dependabot
bot
requested review from
OttoAndrey,
TheSuperiorStanislav and
Eg0ra
as code owners
November 4, 2024 00:34
Pull Request Test Coverage Report for Build 11656062625Details
💛 - Coveralls |
OttoAndrey
approved these changes
Nov 4, 2024
Eg0ra
approved these changes
Nov 5, 2024
TheSuperiorStanislav
approved these changes
Nov 5, 2024
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
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 pip group with 7 updates:
3.0.6
3.1.1
5.0.0
6.0.0
4.0.3
5.0.0
30.8.1
30.8.2
13.9.3
13.9.4
0.20.0
0.20.1
20.27.0
20.27.1
Updates
werkzeug
from 3.0.6 to 3.1.1Release notes
Sourced from werkzeug's releases.
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
82ad306
release version 3.1.164d27f7
fixstr(request.headers)
(#2986)afc4ea7
fix str(request.headers)d1f60d6
start version 3.1.10d345ce
release version 3.1.0 (#2984)df655e6
release version 3.1.0564835a
add docstring changelogs1735b75
more cache-control cleanup (#2983)b0f361c
more cache-control cleanupfa38728
more cache-control cleanup (#2981)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.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
faker
from 30.8.1 to 30.8.2Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
912359f
Bump version: 30.8.1 → 30.8.2af98d1c
📝 Update CHANGELOG.md72e92dd
Revert "Add decorator to optionally format dates as string (#2099)"74b9aa9
Revert "fix stubs and format code"Updates
rich
from 13.9.3 to 13.9.4Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
43d3b04
Merge pull request #3548 from Textualize/bump1394e440ff2
bump12301e3
Merge pull request #3546 from Textualize/faster-cell-len02f3d14
commentaaaef27
leaner syntax6cef0bc
leaner cell_len46150cd
sum and map is faster9e7f363
use setsUpdates
rpds-py
from 0.20.0 to 0.20.1Release notes
Sourced from rpds-py's releases.
Commits
1b5852d
Bump to 0.20.1.06d98b9
Merge pull request #87 from FlickerSoul/hashedc02d6
Set --profile=dev in tests to catch issues like #86.53d1976
Merge pull request #95 from crate-py/dependabot/cargo/pyo3-0.22.5f63b5e5
Bump pyo3 from 0.22.3 to 0.22.59a5e177
Merge pull request #93 from crate-py/dependabot/github_actions/wntrblm/nox-20...85f1129
Bump wntrblm/nox from 2024.04.15 to 2024.10.09e52d37f
Merge pull request #92 from crate-py/pre-commit-ci-update-configd65f637
[pre-commit.ci] pre-commit autoupdated962da1
Merge pull request #91 from crate-py/dependabot/cargo/pyo3-0.22.3Updates
virtualenv
from 20.27.0 to 20.27.1Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
cb20fda
release 20.27.18425467
Upgrade to pip 24.3 (#2790)17ee28f
Merge pull request #2787 from pypa/pre-commit-ci-update-configfd2b921
[pre-commit.ci] pre-commit autoupdate72f4019
Merge pull request #2785 from pypa/release-20.27.0Dependabot 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