Skip to content

Commit

Permalink
build(deps): bump lower bounds of dependency versions (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Jan 19, 2024
1 parent a5bcbde commit 59b07b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ repos:
- id: mypy
args: [--config-file=pyproject.toml]
additional_dependencies:
- httpx==0.25.2
- lxml-stubs==0.4.0
- httpx==0.26.0
- lxml-stubs==0.5.1
exclude: tests

- repo: https://github.com/scientific-python/cookie
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = [
]
dependencies = [
"httpx>=0.25",
"lxml>=5",
"lxml>=5.1",
]
[project.optional-dependencies]
dev = [
Expand All @@ -52,7 +52,7 @@ docs = [
"mkdocstrings[python]~=0.24",
]
lint = [
"pre-commit~=3.5",
"pre-commit~=3.6",
]
test = [
"pytest~=7.4",
Expand Down

0 comments on commit 59b07b4

Please sign in to comment.