Skip to content

Commit

Permalink
Upgrade dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 15, 2024
1 parent 6df3c83 commit b8853b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotated-types==0.7.0
# via
# -c requirements/main.txt
# pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via
# -c requirements/main.txt
# httpx
Expand All @@ -29,7 +29,7 @@ click==8.1.7
# scriv
click-log==0.4.0
# via scriv
coverage==7.6.2
coverage==7.6.3
# via
# -r requirements/dev.in
# pytest-cov
Expand Down Expand Up @@ -65,7 +65,7 @@ markupsafe==3.0.1
# jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.2
mypy==1.12.0
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ pluggy==1.5.0
# tox
pyproject-api==1.8.0
# via tox
tox==4.21.2
tox==4.22.0
# via
# -r requirements/tox.in
# tox-uv
tox-uv==1.15.0
# via -r requirements/tox.in
uv==0.4.20
uv==0.4.22
# via tox-uv
virtualenv==20.26.6
# via tox

0 comments on commit b8853b0

Please sign in to comment.