Skip to content

Commit c29d241

Browse files
authored
Bump deps and tools (#68)
Committed via https://github.com/asottile/all-repos
1 parent 3984f21 commit c29d241

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- id: flake8
4646
additional_dependencies:
4747
- flake8-bugbear==23.3.23
48-
- flake8-comprehensions==3.11.1
48+
- flake8-comprehensions==3.12
4949
- flake8-pytest-style==1.7.2
5050
- flake8-spellcheck==0.28
5151
- flake8-unused-arguments==0.0.13

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project_urls =
2828
[options]
2929
packages = find:
3030
install_requires =
31-
devpi-client>=6.0.3
31+
devpi-client>=6.0.4
3232
devpi-server>=6.8
3333
python_requires = >=3.7
3434
include_package_data = True
@@ -42,8 +42,8 @@ where = src
4242
[options.extras_require]
4343
test =
4444
covdefaults>=2.3
45-
httpx>=0.23.3
46-
pytest>=7.2.2
45+
httpx>=0.24
46+
pytest>=7.3.1
4747
pytest-cov>=4
4848

4949
[options.package_data]

0 commit comments

Comments
 (0)