-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ⬆️ chore(deps): Upgrade Python to ^3.11 and Update deps in 'main' group Update a dependency constraints in 'pyproject.toml' click (8.0.4 -> 8.1.7) requests (2.31.0 -> 2.32.3) beautifulsoup4 (4.9.3 -> 4.12.3) Also upgrade dependencies: lxml (4.9.4 -> 5.3.0) loguru (0.6.0 -> 0.7.2) single-source (0.2.0 -> 0.4.0) * 🔧 chore(nox): Update Python version to 3.11 for Nox sessions * 🔧 chore(nox): Ignore dispute CVE ID=70612 (in jinja2) in 'safety' session CVE-2019-8341 marked as **DISPUTE** https://data.safetycli.com/v/70612/97c/ why: The maintainer and multiple third parties believe that this vulnerability isn't valid because users shouldn't use untrusted templates without sandboxing. * ⬆️ chore(deps): Update deps in 'format' group black (22.12.0 -> 24.8.0) yapf (0.31.0 -> 0.40.2) reorder-python-imports (2.8.0 -> 3.13.0) rope (0.20.1 -> 1.13.0) Update constraints: pre-commit (3.3.2 -> 3.8.0 ) pre-commit-hooks (4.4.0 -> 4.6.0) * ⬆️ chore(deps): Update deps in 'lint' group flake8 (4.0.1 -> 7.1.1) flake8-bandit (3.0.0 -> 4.1.1) flake8-bugbear (21.11.29 -> 24.4.26) flake8-rst-docstrings (0.2.7 -> 0.3.0) mypy (0.910 -> 1.11.1) pep8-naming (0.12.1 -> 0.14.1) Update constraints: flake8-docstrings (1.6.0 -> 1.7.0) flake8-black (0.3.3 -> 0.3.6) flake8-import-order (0.18.1 -> 0.18.2) * ⬆️ chore(deps): Update deps in 'test' group pytest (7.4.4 -> 8.3.2) safety (2.4.0b2 -> 3.2.5) coverage[toml] (6.5.0 -> 7.6.1) xdoctest (0.15.10 -> 1.1.6) Update constraints: pytest-mock (3.6.1 -> 3.14.0) requests-mock (1.9.3 -> 1.12.1) * ⬆️ chore(deps): Update deps in 'docs' group sphinx (7.4.7 -> 8.0.2) sphinx-click (4.4.0 -> 6.0.0) Update constraints: sphinx-autobuild (2021.3.14 -> 2024.4.16) Pygments (2.15.1 -> 2.18.0) furo (2023.5.20 -> 2024.8.6) * 🔧 chore(nox): Replace 'reorder-python-imports' with 'isort' pre-commit hook Reason: psf/black#4175 (comment) Black 24+ and reorder-python-imports have incompatible opinions on whether there should be a blank line after a docstring. Enable 'mypy' session back * 🚨 style: Add new line after module's docstring (with new 'black' v24+) Update 'poetry.lock' (it was not consistent with pyproject.toml) * ✏️ refactor(parser): Correct spelling of 'beginning' * 🔧 chore(ci): Update action version for 'setup-python' (to v5)
- Loading branch information
Showing
16 changed files
with
1,600 additions
and
903 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Sphinx configuration.""" | ||
|
||
from datetime import datetime | ||
|
||
|
||
|
This file contains 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
Oops, something went wrong.