Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 30, 2024
1 parent d5e94af commit 4d4a717
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: django-check
name: django check
entry: venv/bin/python manage.py check
entry: .venv/bin/python manage.py check
pass_filenames: false
language: system
always_run: true
Expand All @@ -30,7 +30,7 @@ repos:
- id: django-upgrade
args: [--target-version, "5.0"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.4.5"
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -42,11 +42,11 @@ repos:
types_or: [css, scss]
exclude: "^conf/|.*\\.html$|.*\\.json$"
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.1
rev: 2.1.3
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.17
rev: v0.18
hooks:
- id: validate-pyproject
- repo: https://github.com/biomejs/pre-commit
Expand Down
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fh_fablib as fl


fl.require("1.0.20240517.1")
fl.require("1.0.20240527")
fl.config.update(
app="workbench", domain="workbench.feinheit.ch", branch="main", remote="production"
)
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ beautifulsoup4==4.13.0b2
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
coverage==7.5.1
coverage==7.5.3
cssselect2==0.7.0
Django==5.0.6
django-admin-ordering==0.17.0
django==5.0.6
django-admin-ordering==0.18.0
django-authlib==0.16.4
django-bootstrap4==24.3
django-colorfield==0.11.0
django-cors-headers==4.3.1
django-countries==7.6.1
django-debug-toolbar==4.3.0
django-debug-toolbar==4.4.2
django-fast-export==0.1.1
django-fineforms==0.7.0
django-js-asset==2.2.0
django-vanilla-views==3.0.0
django-webpack-loader==3.1.0
django_fast_export==0.1.1
et-xmlfile==1.1.0
factory-boy==3.3.0
Faker==25.2.0
faker==25.3.0
gunicorn==22.0.0
idna==3.7
iso3166==2.1.1
lxml==5.2.2
more-itertools==10.2.0
oauthlib==3.2.2
openpyxl==3.1.2
openpyxl==3.1.3
pdfdocument==4.0.0
phonenumbers==8.13.37
pillow==10.3.0
Expand All @@ -40,9 +40,9 @@ python-stdnum==1.20
qrbill==1.1.0
qrcode==7.4.2
reportlab==4.2.0
requests==2.32.0
requests==2.32.3
requests-oauthlib==2.0.0
sentry-sdk==2.2.0
sentry-sdk==2.3.1
six==1.16.0
soupsieve==2.5
speckenv==6.2
Expand All @@ -51,7 +51,7 @@ svglib==1.5.1
svgwrite==1.4.3
time-machine==2.14.1
tinycss2==1.3.0
typing_extensions==4.12.0rc1
typing-extensions==4.12.0
urllib3==2.2.1
vobject==0.9.7
webencodings==0.5.1
Expand Down

0 comments on commit 4d4a717

Please sign in to comment.