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 Corvia:master #304

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
8e7e65d
build(deps-dev): bump safety from 2.3.4 to 2.3.5
dependabot[bot] Nov 15, 2023
36f9dc2
build(deps-dev): bump tomlkit from 0.12.2 to 0.12.3
dependabot[bot] Nov 15, 2023
6b4cb27
Merge pull request #505 from Corvia/dependabot/pip/safety-2.3.5
Dresdn Nov 22, 2023
b0a859b
build(deps-dev): bump black from 22.12.0 to 23.3.0
dependabot[bot] Nov 23, 2023
5327e41
build(deps-dev): bump sphinx-rtd-theme from 1.3.0 to 2.0.0
dependabot[bot] Nov 29, 2023
260ac3f
build(deps): bump django-tenants from 3.5.0 to 3.6.0
dependabot[bot] Dec 5, 2023
c0b8e90
Merge pull request #506 from Corvia/dependabot/pip/tomlkit-0.12.3
Dresdn Dec 5, 2023
514e408
Merge pull request #508 from Corvia/dependabot/pip/black-23.3.0
Dresdn Dec 5, 2023
c9bde46
Merge pull request #509 from Corvia/dependabot/pip/sphinx-rtd-theme-2…
Dresdn Dec 5, 2023
0de87c4
Merge pull request #511 from Corvia/dependabot/pip/django-tenants-3.6.0
Dresdn Dec 5, 2023
7bb6458
build(deps-dev): bump m2r2 from 0.3.2 to 0.3.3.post2
dependabot[bot] Dec 6, 2023
502b6f1
build(deps): bump django-tenants from 3.6.0 to 3.6.1
dependabot[bot] Dec 6, 2023
1d73c7a
build(deps-dev): bump safety from 2.3.4 to 2.3.5
dependabot[bot] Dec 6, 2023
f28d970
build(deps): bump actions/setup-python from 4 to 5
dependabot[bot] Dec 7, 2023
cb21353
Merge pull request #514 from Corvia/dependabot/pip/django-tenants-3.6.1
Dresdn Dec 13, 2023
2c7d528
Merge pull request #515 from Corvia/dependabot/pip/safety-2.3.5
Dresdn Dec 13, 2023
b2e4206
Merge pull request #516 from Corvia/dependabot/github_actions/actions…
Dresdn Dec 13, 2023
f300fd4
Merge pull request #513 from Corvia/dependabot/pip/m2r2-0.3.3.post2
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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
121 changes: 62 additions & 59 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 @@ -93,7 +93,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"
psycopg2-binary = "^2.9.6"
Expand Down