Skip to content

Bump the actions group with 1 update#137

Merged
bsipocz merged 2 commits into
mainfrom
dependabot/pip/actions-520a3480d9
Jul 7, 2026
Merged

Bump the actions group with 1 update#137
bsipocz merged 2 commits into
mainfrom
dependabot/pip/actions-520a3480d9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates: ics and pre-commit.

Updates ics from 0.8.0.dev0 to 0.8.0.dev1

Release notes

Sourced from ics's releases.

v0.4 - Elizabeth J. Feinler

Last version to support Python 2.7 and 3.3.

This version is by far the one with the most contributors, thank you !

Highlights: - Todo/VTODO support (thanks @​tgamauf) - Add event arithmetics (thanks @​guyzmo) - Support for alarms/VALARM (thanks @​rkeilty) - Support for categories (thanks @​perette)

Misc: - Make the parser work with tabbed whitespace (thanks @​mrmadcow) - Better error messages (thanks @​guyzmo) - Support input with missing VERSION (thanks @​prashnts) - Support for Time Transparency/TRANSP (thanks @​GMLudo) - All day events not omit the timezone (thanks @​Trii) - Multi-day events fixes (thanks @​ConnyOnny) - Fix TZID drop when VTIMEZONE is empty (thanks @​ConnyOnny) - Better test coverage (thanks @​aureooms)

Thank you also to @​davidjb, @​etnarek, @​jammon

Commits
  • da34a55 Bump version to 0.8.0.dev1
  • 28a289c Fix stale ics.parse references in docs and docstrings
  • 0ee5f01 Add regression tests for issues #411 and #431
  • 47ce4af fixup typo in howto.rst (#412)
  • f8cf870 Fix test_issue_188_timezone_dropped by using canonical IANA tzid
  • 3e627f0 Update and re-run pre-commits
  • 984b8fd Add v0.7.3 release notes to changelog
  • 22753f5 Complete v0.8 release notes
  • 3ee906f Update supported python versions
  • 3b7d072 Update README.rst (#426)
  • Additional commits viewable in compare view

Updates pre-commit from 4.3.0 to 4.6.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.0

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

pre-commit v4.5.1

Fixes

  • Fix language: python with repo: local without additional_dependencies.

pre-commit v4.5.0

Features

pre-commit v4.4.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.0 - 2026-04-21

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

4.5.1 - 2025-12-16

Fixes

  • Fix language: python with repo: local without additional_dependencies.

4.5.0 - 2025-11-22

Features

4.4.0 - 2025-11-08

Features

Fixes

Commits
  • f35134b v4.6.0
  • 2a51ffc Merge pull request #3662 from pre-commit/hook-impl-optional-hook-dir
  • d7dee32 make --hook-dir optional for hook-impl
  • 965aeb1 Merge pull request #3661 from pre-commit/hook-impl-required
  • 2eacc06 --hook-type is required for hook-impl
  • f5678bf Merge pull request #3657 from pre-commit/pre-commit-ci-update-config
  • 054cc5b [pre-commit.ci] pre-commit autoupdate
  • 5c0f302 Merge pull request #3652 from pre-commit/pre-commit-ci-update-config
  • a5d9114 [pre-commit.ci] pre-commit autoupdate
  • 129a1f5 Merge pull request #3641 from pre-commit/mxr-patch-1
  • Additional commits viewable in compare view

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 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

Bumps the actions group with 2 updates: [ics](https://github.com/C4ptainCrunch/ics.py) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `ics` from 0.8.0.dev0 to 0.8.0.dev1
- [Release notes](https://github.com/C4ptainCrunch/ics.py/releases)
- [Changelog](https://github.com/ics-py/ics-py/blob/main/CHANGELOG.rst)
- [Commits](ics-py/ics-py@v0.8.0-dev0...v0.8.0-dev1)

Updates `pre-commit` from 4.3.0 to 4.6.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.3.0...v4.6.0)

---
updated-dependencies:
- dependency-name: ics
  dependency-version: 0.8.0.dev1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: pre-commit
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>

@bsipocz bsipocz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve with the suggestion committed

Comment thread pyproject.toml Outdated
@bsipocz bsipocz changed the title Bump the actions group with 2 updates Bump the actions group with 1 update Jul 7, 2026
@bsipocz bsipocz merged commit bb2a4c9 into main Jul 7, 2026
23 checks passed
@bsipocz bsipocz deleted the dependabot/pip/actions-520a3480d9 branch July 7, 2026 20:26
@stefanv stefanv added this to the 0.4 milestone Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants