Skip to content

Commit f6bee2d

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent c27c18b commit f6bee2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: reorder-python-imports
2222
- repo: https://github.com/pycqa/flake8
23-
rev: "7.0.0"
23+
rev: "7.1.0"
2424
hooks:
2525
- id: flake8
2626
language_version: python3

constraints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ cfgv==3.4.0
66
charset-normalizer==3.3.2
77
distlib==0.3.8
88
docutils==0.21.2
9-
filelock==3.14.0
9+
filelock==3.15.3
1010
furo==2024.5.6
1111
identify==2.5.36
1212
idna==3.7
1313
imagesize==1.4.1
1414
Jinja2==3.1.4
1515
MarkupSafe==2.1.5
16-
nodeenv==1.9.0
17-
packaging==24.0
16+
nodeenv==1.9.1
17+
packaging==24.1
1818
platformdirs==4.2.2
1919
polib==1.2.0
2020
pre-commit==3.7.1
@@ -36,5 +36,5 @@ sphinxcontrib-jsmath==1.0.1
3636
sphinxcontrib-qthelp==1.0.7
3737
sphinxcontrib-serializinghtml==1.1.10
3838
sphinxext-opengraph==0.9.1
39-
urllib3==2.2.1
39+
urllib3==2.2.2
4040
virtualenv==20.26.2

0 commit comments

Comments
 (0)