Skip to content

Commit

Permalink
⬆️ Update docs constraints and pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Jun 20, 2024
1 parent c27c18b commit f6bee2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: flake8
language_version: python3
Expand Down
8 changes: 4 additions & 4 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ cfgv==3.4.0
charset-normalizer==3.3.2
distlib==0.3.8
docutils==0.21.2
filelock==3.14.0
filelock==3.15.3
furo==2024.5.6
identify==2.5.36
idna==3.7
imagesize==1.4.1
Jinja2==3.1.4
MarkupSafe==2.1.5
nodeenv==1.9.0
packaging==24.0
nodeenv==1.9.1
packaging==24.1
platformdirs==4.2.2
polib==1.2.0
pre-commit==3.7.1
Expand All @@ -36,5 +36,5 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphinxext-opengraph==0.9.1
urllib3==2.2.1
urllib3==2.2.2
virtualenv==20.26.2

0 comments on commit f6bee2d

Please sign in to comment.