Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from jazzband:master #275

Merged
merged 18 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b534746
chore(deps-dev): bump pytest-django from 4.6.0 to 4.7.0
dependabot[bot] Nov 9, 2023
6c66ebc
chore(deps-dev): bump sphinx-autodoc-typehints from 1.24.1 to 1.25.2
dependabot[bot] Nov 13, 2023
ef88025
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 13, 2023
bb80c75
chore(deps-dev): bump tomlkit from 0.12.2 to 0.12.3
dependabot[bot] Nov 15, 2023
87c73c9
chore(deps-dev): bump mypy from 1.6.1 to 1.7.1
dependabot[bot] Nov 24, 2023
ef0647c
chore(deps-dev): bump sphinx-rtd-theme from 1.3.0 to 2.0.0
dependabot[bot] Nov 29, 2023
6382edc
chore(deps): bump django from 4.2.7 to 4.2.8
dependabot[bot] Dec 5, 2023
ac90a17
chore(deps): bump actions/setup-python from 4 to 5
dependabot[bot] Dec 7, 2023
4151cfc
chore(deps-dev): bump hypothesis from 6.88.3 to 6.92.0
dependabot[bot] Dec 11, 2023
1906219
Merge pull request #452 from jazzband/dependabot/pip/pytest-django-4.7.0
Dresdn Dec 13, 2023
ae6d311
Merge pull request #457 from jazzband/dependabot/pip/sphinx-autodoc-t…
Dresdn Dec 13, 2023
35a681c
Merge pull request #458 from jazzband/pre-commit-ci-update-config
Dresdn Dec 13, 2023
561a905
Merge pull request #460 from jazzband/dependabot/pip/tomlkit-0.12.3
Dresdn Dec 13, 2023
6e51283
Merge pull request #464 from jazzband/dependabot/pip/mypy-1.7.1
Dresdn Dec 13, 2023
8168d4d
Merge pull request #466 from jazzband/dependabot/pip/sphinx-rtd-theme…
Dresdn Dec 13, 2023
9bfd7f9
Merge pull request #470 from jazzband/dependabot/pip/django-4.2.8
Dresdn Dec 13, 2023
2aba311
Merge pull request #471 from jazzband/dependabot/github_actions/actio…
Dresdn Dec 13, 2023
f899044
Merge pull request #472 from jazzband/dependabot/pip/hypothesis-6.92.0
Dresdn Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
language_version: python3
Expand Down
105 changes: 53 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
sphinx = ">=5.0,<8.0"
sphinx-rtd-theme = "^1.3.0"
sphinx-rtd-theme = ">=1.3,<3.0"
sphinx-autodoc-typehints = "^1.19.5"
m2r2 = "^0.3"
tomlkit = ">=0.11,<0.13"