Skip to content

Commit d306fb4

Browse files
authored
Merge branch 'master' into fix/issue-302
2 parents 2e22dc3 + 6d57a2e commit d306fb4

11 files changed

+13
-13
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@v4
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v3
36+
uses: github/codeql-action/autobuild@v4
3737
if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }}
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v3
40+
uses: github/codeql-action/analyze@v4
4141
with:
4242
category: "/language:${{ matrix.language }}"

tests/requirements/py311-dj52-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py311-dj52-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj52-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj52-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj60-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.10.6
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj60-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.10.6
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py313-dj52-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py313-dj52-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py313-dj60-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.10.6
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.8
17+
django==5.2.9
1818
# via
1919
# django-classy-tags
2020
# django-cms

0 commit comments

Comments
 (0)