update requirements#91
Merged
Merged
Conversation
add documentation page
update readme
Add GitHub Pages documentation setup for develop branch
Create jekyll-gh-pages.yml
update worlflow
update worlflow
update workflow
update workflow
--- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
--- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.0.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…s/actions/configure-pages-5 Bump actions/configure-pages from 4 to 5
…s/actions/checkout-4 Bump actions/checkout from 3 to 4
…1.0-and-lt-1.17 Update mypy requirement from <1.4,>=1.0 to >=1.0,<1.17
…-5.12-and-lt-6.1 Update isort requirement from <5.13,>=5.12 to >=5.12,<6.1
There was a problem hiding this comment.
Pull Request Overview
Update development dependencies and CI workflows to use newer versions and add a Jekyll deployment pipeline.
- Bumped upper bounds for
mypyandisortinpyproject.toml - Added a new Jekyll GitHub Pages workflow (
jekyll-gh-pages.yml) - Updated Actions versions in
docs.ymlandblack.yml
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Increased upper version constraints for mypy and isort |
| .github/workflows/jekyll-gh-pages.yml | Introduced Jekyll build & deploy workflow for GitHub Pages |
| .github/workflows/docs.yml | Upgraded actions/configure-pages from v4 to v5 |
| .github/workflows/black.yml | Upgraded actions/checkout from v3 to v4 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.