Skip to content

Commit 6534590

Browse files
committed
update dev dependencies
1 parent b1e392e commit 6534590

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.7.1
3+
rev: v0.8.1
44
hooks:
55
- id: ruff
66
- id: ruff-format

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via -r build.in
9-
packaging==24.1
9+
packaging==24.2
1010
# via build
1111
pyproject-hooks==1.2.0
1212
# via build

requirements/dev.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ filelock==3.16.1
3636
# via
3737
# tox
3838
# virtualenv
39-
identify==2.6.1
39+
identify==2.6.3
4040
# via pre-commit
4141
idna==3.10
4242
# via requests
@@ -49,14 +49,14 @@ jinja2==3.1.4
4949
markupsafe==3.0.2
5050
# via jinja2
5151
mypy==1.13.0
52-
# via -r typing.in
52+
# via -r /Users/david/Projects/click/requirements/typing.in
5353
mypy-extensions==1.0.0
5454
# via mypy
5555
nodeenv==1.9.1
5656
# via
5757
# pre-commit
5858
# pyright
59-
packaging==24.1
59+
packaging==24.2
6060
# via
6161
# build
6262
# pallets-sphinx-themes
@@ -65,8 +65,8 @@ packaging==24.1
6565
# sphinx
6666
# tox
6767
pallets-sphinx-themes==2.3.0
68-
# via -r docs.in
69-
pip-compile-multi==2.6.4
68+
# via -r /Users/david/Projects/click/requirements/docs.in
69+
pip-compile-multi==2.7.1
7070
# via -r dev.in
7171
pip-tools==7.4.1
7272
# via pip-compile-multi
@@ -90,10 +90,10 @@ pyproject-hooks==1.2.0
9090
# via
9191
# build
9292
# pip-tools
93-
pyright==1.1.386
94-
# via -r typing.in
95-
pytest==8.3.3
96-
# via -r tests.in
93+
pyright==1.1.390
94+
# via -r /Users/david/Projects/click/requirements/typing.in
95+
pytest==8.3.4
96+
# via -r /Users/david/Projects/click/requirements/tests.in
9797
pyyaml==6.0.2
9898
# via pre-commit
9999
requests==2.32.3
@@ -102,18 +102,18 @@ snowballstemmer==2.2.0
102102
# via sphinx
103103
sphinx==8.1.3
104104
# via
105-
# -r docs.in
105+
# -r /Users/david/Projects/click/requirements/docs.in
106106
# pallets-sphinx-themes
107107
# sphinx-issues
108108
# sphinx-notfound-page
109109
# sphinx-tabs
110110
# sphinxcontrib-log-cabinet
111111
sphinx-issues==5.0.0
112-
# via -r docs.in
112+
# via -r /Users/david/Projects/click/requirements/docs.in
113113
sphinx-notfound-page==1.0.4
114114
# via pallets-sphinx-themes
115115
sphinx-tabs==3.4.7
116-
# via -r docs.in
116+
# via -r /Users/david/Projects/click/requirements/docs.in
117117
sphinxcontrib-applehelp==2.0.0
118118
# via sphinx
119119
sphinxcontrib-devhelp==2.0.0
@@ -123,7 +123,7 @@ sphinxcontrib-htmlhelp==2.1.0
123123
sphinxcontrib-jsmath==1.0.1
124124
# via sphinx
125125
sphinxcontrib-log-cabinet==1.0.1
126-
# via -r docs.in
126+
# via -r /Users/david/Projects/click/requirements/docs.in
127127
sphinxcontrib-qthelp==2.0.0
128128
# via sphinx
129129
sphinxcontrib-serializinghtml==2.0.0
@@ -138,11 +138,11 @@ typing-extensions==4.12.2
138138
# pyright
139139
urllib3==2.2.3
140140
# via requests
141-
virtualenv==20.27.0
141+
virtualenv==20.28.0
142142
# via
143143
# pre-commit
144144
# tox
145-
wheel==0.44.0
145+
wheel==0.45.1
146146
# via pip-tools
147147

148148
# The following packages are considered to be unsafe in a requirements file:

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jinja2==3.1.4
2424
# via sphinx
2525
markupsafe==3.0.2
2626
# via jinja2
27-
packaging==24.1
27+
packaging==24.2
2828
# via
2929
# pallets-sphinx-themes
3030
# sphinx

requirements/tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
iniconfig==2.0.0
88
# via pytest
9-
packaging==24.1
9+
packaging==24.2
1010
# via pytest
1111
pluggy==1.5.0
1212
# via pytest
13-
pytest==8.3.3
13+
pytest==8.3.4
1414
# via -r tests.in

requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mypy-extensions==1.0.0
1010
# via mypy
1111
nodeenv==1.9.1
1212
# via pyright
13-
pyright==1.1.386
13+
pyright==1.1.390
1414
# via -r typing.in
1515
typing-extensions==4.12.2
1616
# via

0 commit comments

Comments
 (0)