-
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
Bump the pip-version-updates group across 1 directory with 25 updates #97
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 pip-version-updates group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) | `4.6.0` | `5.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.7.2` | | [safety](https://github.com/pyupio/safety) | `3.2.7` | `3.2.10` | | [typeguard](https://github.com/agronholm/typeguard) | `4.3.0` | `4.4.0` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.3` | | [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.3.9` | | [identify](https://github.com/pre-commit/identify) | `2.6.0` | `2.6.1` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.4.0` | `8.5.0` | | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.9.4` | | [setuptools](https://github.com/pypa/setuptools) | `74.0.0` | `75.3.0` | | [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.0.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.27.1` | | [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.20.2` | Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) Updates `pre-commit-hooks` from 4.6.0 to 5.0.0 - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.3) Updates `ruff` from 0.6.3 to 0.7.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.3...0.7.2) Updates `safety` from 3.2.7 to 3.2.10 - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md) - [Commits](pyupio/safety@3.2.7...3.2.10) Updates `typeguard` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@4.3.0...4.4.0) Updates `cffi` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.0...v1.17.1) Updates `charset-normalizer` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.3.2...3.4.0) Updates `cryptography` from 43.0.0 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...43.0.3) Updates `distlib` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.3.8...0.3.9) Updates `identify` from 2.6.0 to 2.6.1 - [Commits](pre-commit/identify@v2.6.0...v2.6.1) Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.8...v3.10) Updates `importlib-metadata` from 8.4.0 to 8.5.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.4.0...v8.5.0) Updates `mdit-py-plugins` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases) - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md) - [Commits](executablebooks/mdit-py-plugins@v0.4.1...v0.4.2) Updates `platformdirs` from 4.2.2 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.2...4.3.6) Updates `pydantic` from 2.8.2 to 2.5.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.5.3) Updates `pydantic-core` from 2.20.1 to 2.14.6 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.14.6) Updates `pytz` from 2024.1 to 2024.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2024.1...release_2024.2) Updates `rich` from 13.8.0 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.8.0...v13.9.4) Updates `safety-schemas` from 0.0.5 to 0.0.8 - [Commits](https://github.com/pyupio/safety_schemas/commits) Updates `setuptools` from 74.0.0 to 75.3.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v74.0.0...v75.3.0) Updates `tomli` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.1...2.0.2) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) Updates `virtualenv` from 20.26.3 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.26.3...20.27.1) Updates `zipp` from 3.20.1 to 3.20.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: pre-commit-hooks dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-version-updates - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: safety dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: cffi dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: charset-normalizer dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: cryptography dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: distlib dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: idna dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: importlib-metadata dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: mdit-py-plugins dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: pydantic dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: pydantic-core dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: pytz dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: rich dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: safety-schemas dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-major dependency-group: pip-version-updates - dependency-name: tomli dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: zipp dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip-version-updates ... 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
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/pip/pip-version-updates-e1bd3b29d6
branch
November 11, 2024 12:09
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
0 participants
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-version-updates group with 22 updates in the / directory:
1.11.2
1.13.0
4.6.0
5.0.0
8.3.2
8.3.3
0.6.3
0.7.2
3.2.7
3.2.10
4.3.0
4.4.0
1.17.0
1.17.1
3.3.2
3.4.0
43.0.0
43.0.3
0.3.8
0.3.9
2.6.0
2.6.1
3.8
3.10
8.4.0
8.5.0
0.4.1
0.4.2
4.2.2
4.3.6
2024.1
2024.2
13.8.0
13.9.4
74.0.0
75.3.0
2.0.1
2.0.2
2.2.2
2.2.3
20.26.3
20.27.1
3.20.1
3.20.2
Updates
mypy
from 1.11.2 to 1.13.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
eb31034
Bump version to 1.13.02eeb588
Update changelog for 1.12.1 (#17999)bc0386b
Changelog for 1.13 (#18000)5c4d2db
Add faster-cache extra, test in CI (#17978)854ad18
Make is_sub_path faster (#17962)50aa4ca
Speed up stubs suggestions (#17965)7c27808
Use orjson instead of json, when available (#17955)2cd2406
Use fast path in modulefinder more often (#17950)e20aaee
Let mypyc optimise os.path.join (#17949)159974c
Use sha1 for hashing (#17953)Updates
pre-commit-hooks
from 4.6.0 to 5.0.0Release notes
Sourced from pre-commit-hooks's releases.
Changelog
Sourced from pre-commit-hooks's changelog.
Commits
cef0300
v5.0.0f47ab2f
Merge pull request #1049 from Jeffrey-Lim/mainfd01124
Extend check for illegal Windows filenames515e8b3
Merge pull request #1085 from AdrianDC/destroyed-symlinksc7d1e85
set stages fordestroyed-symlinks
5b5b46d
Merge pull request #1093 from pre-commit/non-deprecated-stages-names003dfa5
update stages names to the non-deprecated namesed71474
Merge pull request #1088 from pre-commit/pre-commit-ci-update-config6553d02
remove types-all6952eeb
[pre-commit.ci] pre-commit autoupdateUpdates
pytest
from 8.3.2 to 8.3.3Release notes
Sourced from pytest's releases.
Commits
d0f136f
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307
Prepare release version 8.3.30dabdcf
Include co-authors in release announcement (#12795) (#12797)a9910a4
Do not discover properties when iterating fixtures (#12781) (#12788)0f10b6b
Fix issue with slashes being turned into backslashes on Windows (#12760) (#12...300d13d
Merge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7
Merge pull request #12784 from svenevs/fix/docs-example-parametrize-minor-typobc913d1
Streamline checks for verbose option (#12706) (#12778)01cfcc9
Fix typos and introduce codespell pre-commit hook (#12769) (#12774)4873394
doc: Remove past training (#12772) (#12773)Updates
ruff
from 0.6.3 to 0.7.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c3b52
generate using cargo-dista388e49
Temporary comment out certain release steps099f077
[docs] Add rule short code to mkdocs tags (#14040)8574751
Give non-existent files a durability of at least Medium (#14034)ddae741
Switch touv publish
(#14042)5053d2c
Doc: markdown link fix (#14041)ef72fd7
Bump version to 0.7.2 (#14039)658a51e
Fix typo for static method decorator (#14038)7c2da4f
Sync vendored typeshed stubs (#14030)48fa839
Use named function in incremental red knot benchmark (#14033)Updates
safety
from 3.2.7 to 3.2.10Changelog
Sourced from safety's changelog.
Commits
9ee0b67
chore/release-3.2.10 (#626)d8095a7
feature/pyproject-support (#625)8d610ff
chore/update-safety-schemas-version (#624)d77fec0
Merge pull request #617 from pyupio/chore/release-3.2.92d6631c
chore/release-3.2.957023e0
Merge pull request #622 from pyupio/fix-new-parse-for-test5a8c181
fix: basic policy file test7b21f3a
Merge pull request #616 from pyupio/fix/version-testba929db
fix/removes hardcoded safety release version from212318c
Merge pull request #614 from pyupio/chore/deprecation-message-for-license-com...Updates
typeguard
from 4.3.0 to 4.4.0Release notes
Sourced from typeguard's releases.
Changelog
Sourced from typeguard's changelog.
... (truncated)
Commits
efa1166
Added release dateb72794d
Added proper Protocol method signature checking (#496)afad2c7
Sorted the Ruff rules alphabeticallyd812f2e
Migrated to native tox TOML configuration0c50de6
Declared Python 3.13 supportcf25d56
Fixed annotation for typeguard_ignore() to match one for typing.no_type_check...604b08d
Use get_protocol_members in protocol checking (#490)c72b675
[pre-commit.ci] pre-commit autoupdate (#471)ac7ac34
Fixed the documentation build2c035b3
Assume that typing_extensions is always installed (#487)Updates
cffi
from 1.17.0 to 1.17.1Release notes
Sourced from cffi's releases.
Commits
38bd6be
release 1.17.1ba10180
update whatsnew.rst for 1.17.1 (#121)61deb5f
add yet another flag to recompile() to avoid calling ffiplatform (#81)1c292c1
Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#118)182ffc4
Allow writing generated code to a file-like object. (#115)Updates
charset-normalizer
from 3.3.2 to 3.4.0Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
f3118e3
🔧 change download/upload artifact version to last working version33e67e8
🔧 set compile-generator in generator_generic_slsa3 action73dd24c
🔧 add explicit build deps to setuptools78f1e9b
🔧 attempt to fix cd.yml *356ae702
🔧 attempt to fix cd.yml *29720055
🔧 attempt to fix cd.yml (macos part)1e10d06
Update CHANGELOG.md36c103a
🔖 Release 3.4.0 (#545)7658dfc
⬆️ Bump github/codeql-action from 3.26.11 to 3.26.12 (#544)ca2535d
⬆️ Bump github/codeql-action from 3.26.9 to 3.26.11 (#542)Updates
cryptography
from 43.0.0 to 43.0.3Changelog
Sourced from cryptography's changelog.
Commits
c2afb4f
Backport metadata fix for vectors (#11797)9a3cdb5
43.0.2 release: fix libressl 4.0.0 (#11796)a773387
bump for 43.0.1 (#11533)0393fef
Backport setuptools version ban (#11526)6687bab
Bump openssl from 0.10.65 to 0.10.66 in /src/rust (#11320) (#11324)Updates
distlib
from 0.3.8 to 0.3.9Changelog
Sourced from distlib's changelog.
Commits
fab584e
Changes for 0.3.9.148fa95
Remove duplicated newline in shebang of windows launcher (#221)d1f40d6
Fix whitespace at end of file.2c4d2fa
Add support for wheel compatibility with the limited API. (#228)fac84c7
Do not use the absolute path to cache wheel extensions. (#226)6fbadf1
Add wheel with a C extension to test mounting (#229)a16423f
Add handling for cross-compilation environments. (#231)cbd4ae1
Upgrade codecov workflow to v4 (#232)5235013
Ignore .vscode project files. (#223)888c48b
Preload script wrappers at import time (#215)Updates
identify
from 2.6.0 to 2.6.1Commits
d1032c9
v2.6.1b980f11
Merge pull request #476 from AleksaC/astro52ba50e
Merge pull request #477 from pre-commit/pre-commit-ci-update-configf4ca44e
[pre-commit.ci] pre-commit autoupdate2573941
add astro extensioneca58eb
Merge pull request #475 from pre-commit/pre-commit-ci-update-config4cbbd37
[pre-commit.ci] pre-commit autoupdatebcde20e
Merge pull request #472 from pre-commit/pre-commit-ci-update-config53d2329
[pre-commit.ci] pre-commit autoupdate1d48177
Merge pull request #471 from pre-commit/pre-commit-ci-update-configUpdates
idna
from 3.8 to 3.10Changelog
Sourced from idna's changelog.
Commits
729225d
Release v3.103eef168
Merge pull request #194 from kjd/revert-unicode-16ceca619
Revert Unicode 16.0.0 data updatesc43ac75
Merge pull request #191 from kjd/release-3.91b8800a
Release v3.9a1fd168
Merge pull request #190 from kjd/unicode-167732c61
Merge branch 'master' into unicode-164ed183d
Refactor membership test762216b
Format with ruff580ece9
Implement changes to UTS46 algorithmUpdates
importlib-metadata
from 8.4.0 to 8.5.0Changelog
Sourced from importlib-metadata's changelog.
Commits
b34810b
Finalize8c1d1fa
Merge pull request #501 from Avasam/Pass-mypy-and-link-issuesafa39e8
Back out changes to tests._path8b909f9
Merge pull request #503 from danielhollas/defer-json2a3f50d
Add news fragment.3f78dc1
Add comment to protect the deferred import.18eb2da
Revert "Defer platform import"58832f2
Merge pull request #502 from danielhollas/defer-zippe3ce33b
Add news fragment.d11b67f
Add comment to protect the deferred import.Updates
mdit-py-plugins
from 0.4.1 to 0.4.2Release notes
Sourced from mdit-py-plugins's releases.