Skip to content

Commit bdcce55

Browse files
committed
chore:update deps
1 parent db0b7e8 commit bdcce55

File tree

4 files changed

+518
-242
lines changed

4 files changed

+518
-242
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: dsoftwareinc/setup-python-poetry-action@v1
2121
with:
2222
python-version: "3.12"
23-
poetry-version: "1.8.3"
23+
poetry-version: "2.1.1"
2424

2525
- name: Run flake8
2626
shell: bash
@@ -35,11 +35,11 @@ jobs:
3535
max-parallel: 6
3636
matrix:
3737
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
38-
django-version: [ '5.0.7', '5.1.6' ]
38+
django-version: [ '5.0.7', '5.1.7' ]
3939
broker: [ 'redis', 'fakeredis', 'valkey' ]
4040
include:
4141
- python-version: '3.12'
42-
django-version: '5.1.6'
42+
django-version: '5.1.7'
4343
broker: 'redis'
4444
coverage: yes
4545

@@ -74,7 +74,7 @@ jobs:
7474
uses: dsoftwareinc/setup-python-poetry-action@v1
7575
with:
7676
python-version: "${{ matrix.python-version }}"
77-
poetry-version: "1.8.3"
77+
poetry-version: "2.1.1"
7878
poetry-install-additional-args: "-E yaml"
7979

8080
- name: Install django version

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.6.1
2-
mkdocs-material==9.6.4
2+
mkdocs-material==9.6.7

0 commit comments

Comments
 (0)