Skip to content

Commit b5ccb7f

Browse files
committed
[requirements] upgrade
1 parent 3ceb85d commit b5ccb7f

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace

requirements/develop.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
invoke==2.2.0
2-
tox==4.26.0
2+
tox==4.28.4
33
black==25.1.0
4-
pre-commit==4.2.0
4+
pre-commit==4.3.0
55
autoflake==2.3.1
66
setuptools
77
-r test.pip

requirements/doc.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
-r gridfs.pip
44
sphinx==8.2.3
55
alabaster==1.0.0
6-
pillow==11.2.1
6+
pillow==11.3.0

requirements/qa.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flake8==7.2.0
2-
pytest-cov==6.1.1
1+
flake8==7.3.0
2+
pytest-cov==6.2.1

requirements/test.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r s3.pip
22
-r gridfs.pip
33
-r swift.pip
4-
pytest==8.3.5
4+
pytest==8.4.1
55
pytest-faker==2.0.0
6-
pytest-sugar==1.0.0
6+
pytest-sugar==1.1.0
77
pytest-mock==3.14.1
8-
pillow==11.2.1
8+
pillow==11.3.0
99
flask-mongoengine-3==1.1.0

0 commit comments

Comments
 (0)