Compare commits

...

4 commits

Author SHA1 Message Date
Crocmagnon
2c6378e664 Update dependencies 2023-12-25 18:04:31 +00:00
pre-commit-ci[bot]
e0bc4632f5 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.1.8)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.7](https://github.com/pre-commit/mirrors-prettier/compare/v4.0.0-alpha.4...v4.0.0-alpha.7)
- [github.com/pre-commit/mirrors-eslint: v8.55.0 → v8.56.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.55.0...v8.56.0)
2023-12-18 21:29:34 +00:00
ede5a614c9
Merge pull request #98 from Crocmagnon/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2023-12-18 20:24:38 +01:00
dependabot[bot]
334b17c06e
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 18:21:57 +00:00
5 changed files with 29 additions and 29 deletions

View file

@ -44,7 +44,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v3
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@ -58,7 +58,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@v2 uses: github/codeql-action/autobuild@v3
# Command-line programs to run using the OS shell. # Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@ -71,6 +71,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh # ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v3
with: with:
category: "/language:${{matrix.language}}" category: "/language:${{matrix.language}}"

View file

@ -31,7 +31,7 @@ repos:
- id: django-upgrade - id: django-upgrade
args: [--target-version, "4.1"] args: [--target-version, "4.1"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.11.0 rev: 23.12.0
hooks: hooks:
- id: black - id: black
args: [--target-version, py311] args: [--target-version, py311]
@ -40,17 +40,17 @@ repos:
hooks: hooks:
- id: djhtml - id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7 rev: v0.1.8
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.4 rev: v4.0.0-alpha.7
hooks: hooks:
- id: prettier - id: prettier
types_or: [javascript, css] types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.55.0 rev: v8.56.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -18,11 +18,11 @@ contourpy==1.2.0
# via matplotlib # via matplotlib
crispy-bootstrap5==2023.10 crispy-bootstrap5==2023.10
# via -r requirements.in # via -r requirements.in
cryptography==41.0.5 cryptography==41.0.7
# via django-anymail # via django-anymail
cycler==0.12.1 cycler==0.12.1
# via matplotlib # via matplotlib
django==4.2.7 django==4.2.8
# via # via
# -r requirements.in # -r requirements.in
# crispy-bootstrap5 # crispy-bootstrap5
@ -52,9 +52,9 @@ django-htmx==1.17.2
# via -r requirements.in # via -r requirements.in
django-solo==2.1.0 django-solo==2.1.0
# via -r requirements.in # via -r requirements.in
fonttools==4.45.1 fonttools==4.47.0
# via matplotlib # via matplotlib
freezegun==1.2.2 freezegun==1.4.0
# via -r requirements.in # via -r requirements.in
gunicorn==21.2.0 gunicorn==21.2.0
# via -r requirements.in # via -r requirements.in

View file

@ -12,7 +12,7 @@ attrs==23.1.0
# via # via
# outcome # outcome
# trio # trio
black==23.11.0 black==23.12.1
# via -r requirements-dev.in # via -r requirements-dev.in
build==1.0.3 build==1.0.3
# via pip-tools # via pip-tools
@ -31,25 +31,25 @@ click==8.1.7
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.3.2 coverage[toml]==7.3.4
# via # via
# coverage # coverage
# pytest-cov # pytest-cov
distlib==0.3.7 distlib==0.3.8
# via virtualenv # via virtualenv
django==4.2.7 django==4.2.8
# via # via
# -c constraints.txt # -c constraints.txt
# model-bakery # model-bakery
factory-boy==3.3.0 factory-boy==3.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
faker==20.1.0 faker==21.0.0
# via factory-boy # via factory-boy
filelock==3.13.1 filelock==3.13.1
# via virtualenv # via virtualenv
h11==0.14.0 h11==0.14.0
# via wsproto # via wsproto
identify==2.5.32 identify==2.5.33
# via pre-commit # via pre-commit
idna==3.6 idna==3.6
# via # via
@ -78,17 +78,17 @@ packaging==23.2
# black # black
# build # build
# pytest # pytest
pathspec==0.11.2 pathspec==0.12.1
# via black # via black
pip-tools==7.3.0 pip-tools==7.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
platformdirs==4.0.0 platformdirs==4.1.0
# via # via
# black # black
# virtualenv # virtualenv
pluggy==1.3.0 pluggy==1.3.0
# via pytest # via pytest
pre-commit==3.5.0 pre-commit==3.6.0
# via -r requirements-dev.in # via -r requirements-dev.in
py==1.11.0 py==1.11.0
# via -r requirements-dev.in # via -r requirements-dev.in
@ -131,7 +131,7 @@ requests==2.31.0
# -c constraints.txt # -c constraints.txt
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.6 ruff==0.1.9
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -151,7 +151,7 @@ sqlparse==0.4.4
# django # django
tenacity==8.2.3 tenacity==8.2.3
# via pytest-selenium # via pytest-selenium
trio==0.23.1 trio==0.23.2
# via # via
# selenium # selenium
# trio-websocket # trio-websocket
@ -163,7 +163,7 @@ urllib3[socks]==2.1.0
# requests # requests
# selenium # selenium
# urllib3 # urllib3
virtualenv==20.24.7 virtualenv==20.25.0
# via pre-commit # via pre-commit
wheel==0.42.0 wheel==0.42.0
# via pip-tools # via pip-tools
@ -171,9 +171,9 @@ wsproto==1.2.0
# via trio-websocket # via trio-websocket
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
pip==23.3.1 pip==23.3.2
# via pip-tools # via pip-tools
setuptools==69.0.2 setuptools==69.0.3
# via # via
# nodeenv # nodeenv
# pip-tools # pip-tools

View file

@ -18,11 +18,11 @@ contourpy==1.2.0
# via matplotlib # via matplotlib
crispy-bootstrap5==2023.10 crispy-bootstrap5==2023.10
# via -r requirements.in # via -r requirements.in
cryptography==41.0.5 cryptography==41.0.7
# via django-anymail # via django-anymail
cycler==0.12.1 cycler==0.12.1
# via matplotlib # via matplotlib
django==4.2.7 django==4.2.8
# via # via
# -r requirements.in # -r requirements.in
# crispy-bootstrap5 # crispy-bootstrap5
@ -52,9 +52,9 @@ django-htmx==1.17.2
# via -r requirements.in # via -r requirements.in
django-solo==2.1.0 django-solo==2.1.0
# via -r requirements.in # via -r requirements.in
fonttools==4.45.1 fonttools==4.47.0
# via matplotlib # via matplotlib
freezegun==1.2.2 freezegun==1.4.0
# via -r requirements.in # via -r requirements.in
gunicorn==21.2.0 gunicorn==21.2.0
# via -r requirements.in # via -r requirements.in