-
Notifications
You must be signed in to change notification settings - Fork 0
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
update: bump the pip-packages group with 5 updates #18
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
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [freezegun](https://github.com/spulec/freezegun), [pylint](https://github.com/pylint-dev/pylint), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `mkdocs-material` to 9.5.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.4.14...9.5.6) Updates `freezegun` to 1.4.0 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.2.2...1.4.0) Updates `pylint` to 3.0.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.0.2...v3.0.3) Updates `pytest-asyncio` to 0.23.4 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.4) Updates `setuptools` to 69.0.3 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.0.2...v69.0.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production dependency-group: pip-packages - dependency-name: freezegun dependency-type: direct:production dependency-group: pip-packages - dependency-name: pylint dependency-type: direct:production dependency-group: pip-packages - dependency-name: pytest-asyncio dependency-type: direct:production dependency-group: pip-packages - dependency-name: setuptools dependency-type: direct:production dependency-group: pip-packages ... 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
Feb 1, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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.
Updates the requirements on mkdocs-material, freezegun, pylint, pytest-asyncio and setuptools to permit the latest version.
Updates
mkdocs-material
to 9.5.6Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
6026738
Prepare 9.5.6 releasea65fd1e
Updated distribution files335dd3a
Fixed Markdown formatted nodes in Mermaid.jsf55ce2c
Updated Insiders changelog6724141
Documentation9d52e36
Prepare 9.5.5 release943e978
Merge pull request #6662 from squidfunk/fix/instant-loading-bugs95ad78a
Merge branch 'master' into fix/instant-loading-bugsbe95f49
Fixed capturing of keyboard events for custom elements6128ab9
Updated Tagalog translationsUpdates
freezegun
to 1.4.0Changelog
Sourced from freezegun's changelog.
... (truncated)
Commits
5e06dff
Increase version number94f27e6
Update CHANGELOG with 1.4.0 changes3864728
Only mock asyncio on request (#525)7ca707d
Only mock asyncio on request1af5339
Create SECURITY.md9152728
Increase version numberff98d1f
Admin: Ensure version is correct in tagged released50e415
Admin: Add requirements.txt and tox.ini to sdist67b18bb
Admin: Switch to pytest-covd310546
Add requirements.txt and tox.ini to sdistUpdates
pylint
to 3.0.3Commits
1a5ffc1
Bump pylint to 3.0.3, update changelog54687e7
Disallow isort 5.13.0 (#9290) (#9292)fea5483
[wrong-exception-operation] Fix FP for tuple concatenation of exception types...d0d5c91
[pointless-string-statement] Ignore docstrings on py3.12 type aliases (#9269)...81f0f2e
[Backport maintenance/3.0.x] [bugfix] Find files with ./ as input with a __in...7f01d83
Fix doc generation in implicit-str-concata60ddd1
Fix incorrect suggestion for unnecessary-comprehension (#9172) (#9242)dc11223
[todos] Fix the todos version and the warnings' text (#9202) (#9204)0273db7
Fix false positive forunnecessary-lambda
. (#9149) (#9200)53d4541
Fixundefined-variable
etc for Python 3.12 generic type syntax (#9195) (#9199)Updates
pytest-asyncio
to 0.23.4Release notes
Sourced from pytest-asyncio's releases.
Commits
b879130
[chore] Updated shed pre-commit hook to v2024.1.1.a309bc5
[docs] Prepare release of v0.23.4.c51c3e7
[docs] Mention compatibility issue with pytest 8.dd129e9
[fix] Fixes a bug that prevented tests from being collected from package when...463ce98
[fix] Avoid trying to install scoped event loops for unknown test collector t...256ef7d
[fix] pytest-asyncio no longer uses virtual modules to install dynamic packag...8ba9bd0
[fix] Make virtual modules compatible with Windows.df487d5
[ci] Shorten names of display OS in CI jobs.9572f3e
[tests] Fixed deprecated use of yield_fixture in test.ef619b9
[build] Run tests on Windows.Updates
setuptools
to 69.0.3Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
b07d2f5
Fix broken reference from changelog to PyPUG.e92440a
Bump version: 69.0.2 → 69.0.35a2eb0c
Merge pull request #4159 from pypa/bugfix/2522-retain-valid-named0b0a4d
Retain valid names with underscores in egg_info.dd5f15a
Add attribution for #3659.6bdc74f
Merge https://github.com/jaraco/skeleton97a5f44
Update Github Actions badge per actions/starter-workflows#1525.8df868b
Merge https://github.com/jaraco/skeleton33dd012
Suppress deprecation warning in dateutil. Workaround for dateutil/dateutil#1284.382e617
Temporarily disable deprecation enforcement (#4142)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