Skip to content

Release PR for 2026-04-28 07:03#59

Merged
disafronov merged 15 commits into
releasefrom
main
Apr 28, 2026
Merged

Release PR for 2026-04-28 07:03#59
disafronov merged 15 commits into
releasefrom
main

Conversation

@disafronov
Copy link
Copy Markdown
Owner

@disafronov disafronov commented Apr 28, 2026

Changelog (#59)

📚 Documentation

  • (tests) improve type hints for mock file operations in integration tests

♻️ Refactoring

  • dependabot

🧹 Chores

  • (deps) bump peter-evans/rebase from 3.1.0 to 4.0.0
  • sync from template v1.0.3
  • (deps) bump peter-evans/rebase from 3.1.0 to 4.0.0
  • sync from template v1.0.3
  • sync from template v1.1.0
  • sync from template v2.0.0
  • (deps) bump actions/github-script from 8 to 9
  • (deps-dev) bump pytest from 9.0.1 to 9.0.3
  • (deps) bump filelock from 3.20.0 to 3.20.3
  • (deps) bump virtualenv from 20.35.4 to 20.36.1
  • (deps) bump pygments from 2.19.2 to 2.20.0
  • (deps-dev) bump black from 25.11.0 to 26.3.1
  • (release) 0.4.1-rc.1

disafronov and others added 15 commits December 11, 2025 03:55
…on tests

- Added type hints to the `fake_open` function in `test_integration.py` to clarify its purpose as a mock for `Path.open`.
- Included comments explaining type ignore directives for better compatibility with mypy, addressing potential signature mismatches.

These changes enhance the clarity and maintainability of the test code.

Signed-off-by: Dmitrii Safronov <zimniy@cyberbrain.cc>
Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/peter-evans/rebase/releases)
- [Commits](peter-evans/rebase@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/rebase
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [peter-evans/rebase](https://github.com/peter-evans/rebase) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/peter-evans/rebase/releases)
- [Commits](peter-evans/rebase@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/rebase
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.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@9.0.1...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.0 to 3.20.3.
- [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.20.0...3.20.3)

---
updated-dependencies:
- dependency-name: filelock
  dependency-version: 3.20.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.4 to 20.36.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.35.4...20.36.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [black](https://github.com/psf/black) from 25.11.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@25.11.0...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Dmitrii Safronov <zimniy@cyberbrain.cc>
## [0.4.1-rc.1](v0.4.0...v0.4.1-rc.1) (2026-04-28)

Signed-off-by: semantic-release-bot <semantic-release-bot@martynus.net>
@github-actions github-actions Bot changed the title Dependabot Release PR for 2026-04-28 07:03 Apr 28, 2026
@disafronov disafronov merged commit f56c3f6 into release Apr 28, 2026
19 checks passed
@disafronov
Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 0.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants