1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-01-23 01:33:56 +00:00

Bump sphinx-design from 0.5.0 to 0.6.0

Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/executablebooks/sphinx-design/releases)
- [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-design/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: sphinx-design
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-01 02:59:03 +00:00
committed by Dmitry Belyaev
parent d7b2559d2c
commit c04a57719e
2 changed files with 12 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ sphinx = ">=7.1,<7.4"
myst-parser = ">=2,<4"
sphinx-rtd-theme = ">=1.2.2,<3.0.0"
sphinx-copybutton = "^0.5.2"
sphinx-design = "^0.5.0"
sphinx-design = ">=0.5,<0.7"
[tool.poetry.scripts]
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"