Skip to content

Commit 694b8db

Browse files
authored
Bump deps and tools (#61)
Committed via https://github.com/asottile/all-repos
1 parent 02f4197 commit 694b8db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: flake8
5555
additional_dependencies:
5656
- flake8-bugbear==23.3.23
57-
- flake8-comprehensions==3.11.1
57+
- flake8-comprehensions==3.12
5858
- flake8-pytest-style==1.7.2
5959
- flake8-spellcheck==0.28
6060
- flake8-unused-arguments==0.0.13

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ project_urls =
3131
[options]
3232
packages = find:
3333
install_requires =
34-
pytest>=7.2.2
34+
pytest>=7.3.1
3535
python_requires = >=3.7
3636
include_package_data = True
3737
package_dir =

0 commit comments

Comments
 (0)