Skip to content

Commit

Permalink
Bump deps and tools (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Apr 19, 2023
1 parent 3984f21 commit c29d241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.3.23
- flake8-comprehensions==3.11.1
- flake8-comprehensions==3.12
- flake8-pytest-style==1.7.2
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.13
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project_urls =
[options]
packages = find:
install_requires =
devpi-client>=6.0.3
devpi-client>=6.0.4
devpi-server>=6.8
python_requires = >=3.7
include_package_data = True
Expand All @@ -42,8 +42,8 @@ where = src
[options.extras_require]
test =
covdefaults>=2.3
httpx>=0.23.3
pytest>=7.2.2
httpx>=0.24
pytest>=7.3.1
pytest-cov>=4

[options.package_data]
Expand Down

0 comments on commit c29d241

Please sign in to comment.