-
Notifications
You must be signed in to change notification settings - Fork 4
[pip] (deps): Bump the dev-dependencies group across 1 directory with 30 updates #64
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
Closed
Conversation
This file contains hidden or 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
… 30 updates Bumps the dev-dependencies group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `3.2.1` | `3.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.6.15` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.1` | `3.4.2` | | [makefun](https://github.com/smarie/python-makefun) | `1.15.6` | `1.16.0` | | [pychoir](https://github.com/kajaste/pychoir) | `0.0.27` | `0.0.29` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.4.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.9.1` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.2` | `1.3.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.18.0` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.1` | `1.5.2` | | [identify](https://github.com/pre-commit/identify) | `2.6.5` | `2.6.12` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` | | [junit-xml](https://github.com/kyrus/python-junit-xml) | `1.8` | `1.9` | | [mutmut](https://github.com/boxed/mutmut) | `3.2.2` | `3.3.0` | | [packaging](https://github.com/pypa/packaging) | `24.2` | `25.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.3.8` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.2.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.391` | `1.1.402` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.4.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `6.2.1` | | [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) | `0.2.0` | `0.3.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | | [rich](https://github.com/Textualize/rich) | `13.9.4` | `14.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.11.13` | | [setproctitle](https://github.com/dvarrazzo/py-setproctitle) | `1.3.4` | `1.3.6` | | [textual](https://github.com/Textualize/textual) | `1.0.0` | `3.4.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.12.2` | `4.14.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.31.2` | Updates `python-json-logger` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](nhairs/python-json-logger@v3.2.1...v3.3.0) Updates `certifi` from 2024.12.14 to 2025.6.15 - [Commits](certifi/python-certifi@2024.12.14...2025.06.15) Updates `charset-normalizer` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.1...3.4.2) Updates `makefun` from 1.15.6 to 1.16.0 - [Release notes](https://github.com/smarie/python-makefun/releases) - [Changelog](https://github.com/smarie/python-makefun/blob/main/docs/changelog.md) - [Commits](smarie/python-makefun@1.15.6...1.16.0) Updates `pychoir` from 0.0.27 to 0.0.29 - [Release notes](https://github.com/kajaste/pychoir/releases) - [Commits](kajaste/pychoir@v0.0.27...v0.0.29) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) Updates `urllib3` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.4.0) Updates `coverage` from 7.6.10 to 7.9.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.10...7.9.1) Updates `exceptiongroup` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.2...1.3.0) Updates `filelock` from 3.16.1 to 3.18.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.16.1...3.18.0) Updates `freezegun` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.5.1...1.5.2) Updates `identify` from 2.6.5 to 2.6.12 - [Commits](pre-commit/identify@v2.6.5...v2.6.12) Updates `iniconfig` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0) Updates `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) Updates `mutmut` from 3.2.2 to 3.3.0 - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](boxed/mutmut@3.2.2...3.3.0) Updates `packaging` from 24.2 to 25.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...25.0) Updates `platformdirs` from 4.3.6 to 4.3.8 - [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.3.6...4.3.8) Updates `pluggy` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.5.0...1.6.0) Updates `pre-commit` from 4.0.1 to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.0.1...v4.2.0) Updates `pyright` from 1.1.391 to 1.1.402 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.391...v1.1.402) Updates `pytest` from 8.3.4 to 8.4.0 - [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.4...8.4.0) Updates `pytest-cov` from 6.0.0 to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.2.1) Updates `pytest-github-actions-annotate-failures` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases) - [Changelog](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/blob/main/CHANGELOG.md) - [Commits](pytest-dev/pytest-github-actions-annotate-failures@v0.2.0...v0.3.0) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1) Updates `rich` from 13.9.4 to 14.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.4...v14.0.0) Updates `ruff` from 0.8.6 to 0.11.13 - [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.8.6...0.11.13) Updates `setproctitle` from 1.3.4 to 1.3.6 - [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst) - [Commits](dvarrazzo/py-setproctitle@version-1.3.4...version-1.3.6) Updates `textual` from 1.0.0 to 3.4.0 - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](Textualize/textual@v1.0.0...v3.4.0) Updates `typing-extensions` from 4.12.2 to 4.14.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.12.2...4.14.0) Updates `virtualenv` from 20.28.1 to 20.31.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.28.1...20.31.2) --- updated-dependencies: - dependency-name: python-json-logger dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: certifi dependency-version: 2025.6.15 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: makefun dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pychoir dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: freezegun dependency-version: 1.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: identify dependency-version: 2.6.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: iniconfig dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: junit-xml dependency-version: '1.9' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mutmut dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.3.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.402 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-github-actions-annotate-failures dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: rich dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.11.13 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: setproctitle dependency-version: 1.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: textual dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typing-extensions dependency-version: 4.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 20.31.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
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.
Bumps the dev-dependencies group with 30 updates in the / directory:
3.2.13.3.02024.12.142025.6.153.4.13.4.21.15.61.16.00.0.270.0.292.32.32.32.42.3.02.4.07.6.107.9.11.2.21.3.03.16.13.18.01.5.11.5.22.6.52.6.122.0.02.1.01.81.93.2.23.3.024.225.04.3.64.3.81.5.01.6.04.0.14.2.01.1.3911.1.4028.3.48.4.06.0.06.2.10.2.00.3.03.14.03.14.113.9.414.0.00.8.60.11.131.3.41.3.61.0.03.4.04.12.24.14.020.28.120.31.2Updates
python-json-loggerfrom 3.2.1 to 3.3.0Release notes
Sourced from python-json-logger's releases.
Changelog
Sourced from python-json-logger's changelog.
Commits
9e6cb67Release 3.3.0db04a0fAdd options to encode stack information into an array (#39)0092ea0Move to uv (#40)1ce81a3[tests] Update tests for msgspec 0.19.0 (#41)Updates
certififrom 2024.12.14 to 2025.6.15Commits
e767d592025.06.15 (#357)3e70765Bump actions/setup-python from 5.5.0 to 5.6.09afd2ffBump actions/download-artifact from 4.2.1 to 4.3.0d7c816cremove code that's no longer required that 3.7 is our minimum (#351)1899613Declare setuptools as the build backend in pyproject.toml (#350)c874142update CI for ubuntu 20.04 deprecation (#348)275c9eb2025.04.26 (#347)3788331Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)9d1f1b7Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)96b97a5Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)Updates
charset-normalizerfrom 3.4.1 to 3.4.2Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
6422af1📝 update release date0e60ec1🔖 Release 3.4.2 (#614)f6630ce⬆️ Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#617)677c999⬆️ Bump actions/download-artifact from 4.2.1 to 4.3.0 (#618)960ab1e⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 (#619)6eb6325⬆️ Bump github/codeql-action from 3.28.10 to 3.28.16 (#620)c99c0f2⬆️ Update coverage requirement from <7.7,>=7.2.7 to >=7.2.7,<7.9 (#606)270f28e⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 (#607)d4d89a0⬆️ Bump pypa/cibuildwheel from 2.22.0 to 2.23.2 (#608)905fcf5⬆️ Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#609)Updates
makefunfrom 1.15.6 to 1.16.0Changelog
Sourced from makefun's changelog.
Commits
197b148Changelog for tag, ready to release321a39cMerge pull request #118 from smarie/feature/112_support_py31439f061eWith latest versions of all actions4771aafChanged the fix to leverage pytest-asyncio, now that we do not support python...498ed69Changelog87eb2ebFixedRuntimeErrorin tests when running on pythn 3.14. Added python 3.14 t...4573c65Merge pull request #117 from smarie/chore/116_gh_pages_workflowdb58274Added gh pages workflow. Fixed #116c8990e6Merge pull request #114 from smarie/feature/py35_in_ci3b1e628Removed 3.14 for nowUpdates
pychoirfrom 0.0.27 to 0.0.29Release notes
Sourced from pychoir's releases.
Commits
bf2f254Switch pipenv & setuptools to uvc1d251dDocs & Makefile updatef6181a0Drop 3.7, add 3.13f94fdadBump dev deps5a2ebd7Update dev depsUpdates
requestsfrom 2.32.3 to 2.32.4Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
021dc72Polish up release tooling for last manual release821770eBump version and add release notes for v2.32.459f8aa2Add netrc file search information to authentication documentation (#6876)5b4b64cAdd more tests to prevent regression of CVE 2024 470817bc4587Add new test to check netrc auth leak (#6962)96ba401Only use hostname to do netrc lookup instead of netloc7341690Merge pull request #6951 from tswast/patch-16716d7cremove linksa7e1c74Update docs/conf.pyc799b81docs: fix dead links to kenreitz.orgUpdates
urllib3from 2.3.0 to 2.4.0Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
Commits
a5ff7acRelease 2.4.0a135db2Upgrade memray and coverage to fix macOS tests (#3589)8f40e71Upgrade the publishing action to get correct licensing info on PyPI (#3585)3ff4e49Add a link to the 2024 annual report (#3586)75709c1Set verify flags increate_urllib3_context(#3577)5c8f82aBump astral-sh/setup-uv from 5.3.0 to 5.4.1 (#3580)42e90d8Bump actions/setup-python from 5.4.0 to 5.5.0 (#3579)3e8f2dbStop using Ubuntu 20.04 and 22.04 in CI (#3570)e29db82Update exceptions to have more of their attributes pickled (#3572)f8a0c43Add PyPy 3.11 to CIUpdates
coveragefrom 7.6.10 to 7.9.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
4fa1b71docs: sample HTML for 7.9.15cf757bdocs: prep for 7.9.1bea6204fix: better defaulting of core7795441fix: fewer warnings, default to sys.monitoring on 3.14+18aa074fix: some custom builds don't have file8c5bf65chore: make upgrade128c4f4build: bump version to 7.9.1452d86fdocs: sample HTML for 7.9.0a670927docs: prep for 7.9.03b0cb87build: windows 3.14 is fixedUpdates
exceptiongroupfrom 1.2.2 to 1.3.0Release notes
Sourced from exceptiongroup's releases.
Changelog
Sourced from exceptiongroup's changelog.
... (truncated)
Commits
77fba8aAdded the release version5e153aaRevert "Migrated test dependencies to dependency groups"5000bfeMigrated tox configuration to native TOML427220dUpdated pytest options4ca264fMigrated test dependencies to dependency groups163c3a8Marked test_exceptions_mutate_original_sequence as xfail on pypy3.11a176574Always create the exceptions tuple at init and return it from the exceptions ...550b796Added BaseExceptionGroup.init, following CPython (#142)2a84dfdAdded typevar defaults to (Base)ExceptionGroup (#147)fb9133b[pre-commit.ci] pre-commit autoupdate (#145)Updates
filelockfrom 3.16.1 to 3.18.0Release notes
Sourced from filelock's releases.
Commits
129a1ef[pre-commit.ci] pre-commit autoupdate (#405)717d7e0[pre-commit.ci] pre-commit autoupdate (#403)efba779[pre-commit.ci] pre-commit autoupdate (#401)82f5a2dSupport fcntl check on Emscripten (#398)468ba43[pre-commit.ci] pre-commit autoupdate (#396)0ac6826[pre-commit.ci] pre-commit autoupdate (#395)b5f98a6Indicate that locks are exclusive/write locks. (#394)3c9b680[pre-commit.ci] pre-commit autoupdate (#393)2760759[pre-commit.ci] pre-commit autoupdate (#391)18c9571Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#390)Updates
freezegunfrom 1.5.1 to 1.5.2Changelog
Sourced from freezegun's changelog.
Commits
ba06fa4Increase version numberda2885dMerge pull request #572 from jayaddison/debian-bug-1106274/tests-datetime-tod...695aa15Merge branch 'master' into debian-bug-1106274/tests-datetime-today-tz-localiz...132ecdbMerge pull request #573 from spulec/admin/indicate-py-13-compatf9235aeMark support for Python 3.139072d08Merge pull request #544 from spulec/remove-py-37-support74a6914Merge pull request #565 from joethesaint/improve-documentation1343509README: update example code for consistency with tests9468f70Tests: fixup: replacedatetime.todaymethod calls withdatetime.dateclas...9e4012aTests: restore somedatetime.date-based comparisonsUpdates
identifyfrom 2.6.5 to 2.6.12Commits
51e358dv2.6.1200310d3Merge pull request #519 from energyworldnet/feature/msbuilda604a3aDrop ambiguous .proj extensionbdd2643v2.6.11d084242Merge remote-tracking branch 'energyworldnet/feature/xslt'f794709Merge pull request #518 from pre-commit/mxr-patch-1a8cce72Identify XSLT files4cf2cc0Identify common MSBuild files4e55b74Add support for.sqlfluffe200468v2.6.10Updates
iniconfigfrom 2.0.0 to 2.1.0Release notes
Sourced from iniconfig's releases.
Changelog
Sourced from iniconfig's changelog.
Commits
34793a6pre-commit136435dupdate changelog0bb99adfix #62: require a minimal hatch version with correct metadata16793eaMerge pull request #56 from hugovk/add-3.123dc2b2dAdd support for Python 3.132eb8abfBump GitHub Actions8c4bb5bSet python-version for pre-commit to remove CI warning58b22b2Drop support for EOL Python 3.74a53042Add support for Python 3.129cae431Merge pull request #54 from webknjaz/patch-1Updates
junit-xmlfrom 1.8 to 1.9Commits
Updates
mutmutfrom 3.2.2 to 3.3.0Changelog
Sourced from mutmut's changelog.
Commits
b124c6aReleasee1110ffMerge pull request #386 from CHB-0r1s/maine3736b1feat(tests): Add nested attribute access test cases for 'a.b.lower()' -> 'a.b...c481bf1fix: some libcst best practice092912cfix(tests): This test included string methods functional as upper(), so in si...d65d70cfeat(str_call_mut): add str methods call mutations and testsb7b4f90Add .upper() .lower() and .capitalize() as mutations (#384)b41c2b3Set process start_method to fork for MacOSb42824d.a732ffbForgot to update StatsUpdates
packagingfrom 24.2 to 25.0Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
f585376Bump for release600eceaAdd changelog entries3910129support 'extras' and 'dependency_groups' markers (#888)8e49b43Add support for PEP 738 Android tags (#880)e624d8eBump the github-actions group with 3 updates (#886)71f38d8Bump the github-actions group with 2 updates (#878)9b4922dBump the github-actions group with 3 updates (#870)8510bd9Upgrade to ruff 0.9.1 (#865)9375ec2Re-add tests for Unicode file name parsing (#863)2256ed4Bump the github-actions group across 1 directory with 2 updates (#864)Updates
platformdirsfrom 4.3.6 to 4.3.8Release notes
Sourced from platformdirs's releases.
Commits
22089f1Add missing examples and fix order of examples in README (#355)29398b1[pre-commit.ci] pre-commit autoupdate (#354)70114b0[pre-commit.ci] pre-commit autoupdate (#353)4891611[pre-commit.ci] pre-commit autoupdate (#351)707be6fBump astral-sh/setup-uv from 5 to 6 in the all group (#352)5519a4f[pre-commit.ci] pre-commit autoupdate (#349)