-
Notifications
You must be signed in to change notification settings - Fork 1
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
build(deps): bump the general group with 5 updates #257
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 general group with 5 updates: | Package | From | To | | --- | --- | --- | | [gevent](https://github.com/gevent/gevent) | `24.10.3` | `24.11.1` | | [jedi](https://github.com/davidhalter/jedi) | `0.19.1` | `0.19.2` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.11.0` | `6.11.1` | | [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) | `2024.9` | `2024.10` | | [setuptools](https://github.com/pypa/setuptools) | `75.3.0` | `75.4.0` | Updates `gevent` from 24.10.3 to 24.11.1 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@24.10.3...24.11.1) Updates `jedi` from 0.19.1 to 0.19.2 - [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst) - [Commits](davidhalter/jedi@v0.19.1...v0.19.2) Updates `pyinstaller` from 6.11.0 to 6.11.1 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.11.0...v6.11.1) Updates `pyinstaller-hooks-contrib` from 2024.9 to 2024.10 - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](pyinstaller/pyinstaller-hooks-contrib@v2024.9...v2024.10) Updates `setuptools` from 75.3.0 to 75.4.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.3.0...v75.4.0) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general - dependency-name: jedi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general - dependency-name: pyinstaller-hooks-contrib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Nov 11, 2024
Quality Gate passedIssues Measures |
Dependency ReviewThe following issues were found:
License Issuesrequirements.txt
OpenSSF Scorecard
Scanned Files
|
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 general group with 5 updates:
24.10.3
24.11.1
0.19.1
0.19.2
6.11.0
6.11.1
2024.9
2024.10
75.3.0
75.4.0
Updates
gevent
from 24.10.3 to 24.11.1Commits
e755b5c
Preparing release 24.11.1b5ee5dd
greenlet.py: remove unneeded pylint directive. [skip ci]c80b9fe
Merge pull request #2077 from gevent/issue207698999e8
stathelper.c: compatibility with Cython 3.1a1. Seems like there used to be a ...02311dd
Make the PeriodicMonitorThreadStartedEvent actually implement the interface; ...71f046f
Merge pull request #2074 from gevent/dependabot/github_actions/github-actions...a6f6eca
Remove some legacy Python 2 support code for compatibility with the upcoming ...a454337
Bump pypa/gh-action-pypi-publish in the github-actions group07d2b7e
Back to development: 24.10.4Updates
jedi
from 0.19.1 to 0.19.2Changelog
Sourced from jedi's changelog.
Commits
41e9e95
Increase Jedi versionb225678
Add a release for Python 3.1330adf43
Merge pull request #2027 from WutingjiaX/feat/filterImportedbe6df62
filter imported names during completione53359a
Fix a test that had issues with a minor upgrade of Python 3.126e5d5b7
Enable workflow_dispatch in CI91ffdea
Sort completions by input resemblance. (#2018)2859e4f
Support inferring not expr to bool (#2016)8ee4c26
Merge pull request #2014 from WutingjiaX/feat/in_operator4d09ac0
When inferring comparison operators, return a definite type instead of NO_VAL...Updates
pyinstaller
from 6.11.0 to 6.11.1Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.