-
Notifications
You must be signed in to change notification settings - Fork 4
Bump the python-packages group across 1 directory with 8 updates #195
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
base: stage
Are you sure you want to change the base?
Conversation
Bumps the python-packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [nox](https://github.com/wntrblm/nox) | `2025.5.1` | `2025.10.16` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.4` | `0.14.2` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [feedparser](https://github.com/kurtmckee/feedparser) | `6.0.11` | `6.0.12` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.11.0` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.1` | `2.3.3` | Updates `nox` from 2025.5.1 to 2025.10.16 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.05.01...2025.10.16) Updates `ruff` from 0.12.4 to 0.14.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.12.4...0.14.2) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `feedparser` from 6.0.11 to 6.0.12 - [Release notes](https://github.com/kurtmckee/feedparser/releases) - [Changelog](https://github.com/kurtmckee/feedparser/blob/main/CHANGELOG.rst) - [Commits](kurtmckee/feedparser@6.0.11...v6.0.12) Updates `coverage` from 7.9.2 to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.2...7.11.0) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `python-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1) Updates `pandas` from 2.3.1 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.10.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: feedparser dependency-version: 6.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Dependabot attempted to update this pull request, but because the branch |
Bumps the python-packages group with 8 updates in the / directory:
2025.5.12025.10.160.12.40.14.225.1.025.9.06.0.116.0.127.9.27.11.02.32.42.32.51.1.11.2.12.3.12.3.3Updates
noxfrom 2025.5.1 to 2025.10.16Release notes
Sourced from nox's releases.
... (truncated)
Changelog
Sourced from nox's changelog.
... (truncated)
Commits
d9e5e0cchore: prepare for 2025.10.16 (#1018)7cb2614fix: include time on longer runs (#1014)4eb0037fix: make pbs an optional dependency (#1017)572f34aci: run conda on Windows/Linux again (#1015)449f935docs: prepare for 2025.10.14 (#1010)6174960fix: show a warning if a duplicate session is encountered (#1013)1dc6910chore: remove docs from default dev group (#1012)bd6629afix: validation error for nox.options.keywords (#1011)1a4b11afix: log output of failed process (#974)a0d354cfeat: use a separate logging level for session info instead of warningUpdates
rufffrom 0.12.4 to 0.14.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
83a3bc4Bump 0.14.2 (#21051)155fd60Document when a rule was added (#21035)48f1771[ty] fix infinite recursion with generic type aliases (#20969)4ca7459[ty] Considertype_check_onlywhen ranking completions (#20910)dab3d4e[ty] Improveinvalid-argument-typediagnostics where a union type was provi...0169551Disable npm caching for playground (#21039)e92fd51[ty] Add cycle handling tolazy_default(#20967)c3631c7[ty] Add docstrings forty_extensionsfunctions (#21036)589e8ac[ty] Infer type for implicitselfparameters in method bodies (#20922)76a5531Fix rare multithreaded related hang (#21038)Updates
blackfrom 25.1.0 to 25.9.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
af0ba72Prepare docs for release 25.9.0 (#4751)ffc01a0Fix schema generation error caused by new click version (#4750)626b32fAdd normalizing for\rstyle newlines (#4710)57a4612Fix mypy type issue (#4745)4f6ad7cWrap theinclause of comprehensions across lines if necessary (#4699)24f5169ci: Run diff-shades on unstable instead of preview (#4741)4d55e60Bump actions/setup-python from 5 to 6 (#4744)0cf39efImprove the performance of get_string_prefix (#4742)1f779deFix line ranges decorator edge case (#4670)203fd6bOptimize Line string method (#4739)Updates
feedparserfrom 6.0.11 to 6.0.12Release notes
Sourced from feedparser's releases.
Changelog
Sourced from feedparser's changelog.
Commits
9c03a51Release 6.0.12 (#526)70a687eBump the project metadatad7be734Add a configuration for Read the Docs1c4391fFix a crash that occurs with Python 3.10.0b200159eaFix incorrect passing of flags to re.subUpdates
coveragefrom 7.9.2 to 7.11.0Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
20ef00bdocs: sample HTML for 7.11.05edf8ebdocs: prep for 7.11.02c023aebuild: 3.15 is supported2f1b95brefactor: no need for _BaseCoverageException72b1bccbuild: test light-threads on all versions of Python16e9379refactor: move core tests to their own filebc8875dtest: change a test to be in-process so metacov can capture its work8e5d5b1build: tweak some version infob0236dftest: more tests for core selection, and some refactoring of them56edde6build: next version will be 7.11.0Updates
requestsfrom 2.32.4 to 2.32.5Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
b25c87dv2.32.5131e506Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2Bump actions/checkout from 4.2.0 to 5.0.046e939bUpdate publish workflow to useartifact-idinstead ofname4b9c546Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbeBump step-security/harden-runner from 2.12.0 to 2.13.02edca11Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cdUpdate Makefile rules (#6996)d58d8aadocs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eabBump github/codeql-action from 3.28.5 to 3.29.0Updates
python-dotenvfrom 1.1.1 to 1.2.1Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
eaf2a91Do not remove .coverage file8716196Bump version: 1.2.0 → 1.2.1b87807fUpdate changelog3af77d3Support reading .env from FIFOs (Unix) (#586)467ee22Fix test failures after moving config to pyproject.toml76999e7Move more config pyproject.toml222ce2cUpdate to use trusted publisher on pypi8ed4f79Update docs requirements5bf8822Bump version: 1.1.1 → 1.2.01fe11ccupadate changelogUpdates
pandasfrom 2.3.1 to 2.3.3Release notes
Sourced from pandas's releases.
Commits
9c8bc3eRLS: 2.3.36aa788a[backport 2.3.x] DOC: prepare 2.3.3 whatsnew notes for release (#62499) (#62508)b64f0df[backport 2.3.x] BUG: avoid validation error for ufunc with string[python] ar...058eb2b[backport 2.3.x] BUG: String[pyarrow] comparison with mixed object (#62424) (...2ca088d[backport 2.3.x] DEPR: remove the Period resampling deprecation (#62480) (#62...92bf98f[backport 2.3.x] BUG: fix .str.isdigit to honor unicode superscript for older...e57c7d6Backport PR #62452 on branch 2.3.x (TST: Adjust tests for numexpr 2.13) (#62454)e0fe9a0Backport to 2.3.x: REGR: from_records not initializing subclasses properly (#...23a1085BUG: improve future warning for boolean operations with missaligned indexes (...6113696Backport PR #62396 on branch 2.3.x (PKG/DOC: indicate Python 3.14 support in ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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