Skip to content

Commit 2741527

Browse files
Dependency updates (#3008)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93933b5 commit 2741527

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.4.5
26+
rev: v0.4.7
2727
hooks:
2828
- id: ruff
2929
types: [file]

docs-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ attrs==23.2.0
1010
# via
1111
# -r docs-requirements.in
1212
# outcome
13-
babel==2.14.0
13+
babel==2.15.0
1414
# via sphinx
1515
beautifulsoup4==4.12.3
1616
# via sphinx-codeautolink
@@ -22,7 +22,7 @@ charset-normalizer==3.3.2
2222
# via requests
2323
click==8.1.7
2424
# via towncrier
25-
cryptography==42.0.5
25+
cryptography==42.0.7
2626
# via pyopenssl
2727
docutils==0.20.1
2828
# via
@@ -44,7 +44,7 @@ importlib-resources==6.4.0
4444
# via towncrier
4545
incremental==22.10.0
4646
# via towncrier
47-
jinja2==3.1.3
47+
jinja2==3.1.4
4848
# via
4949
# -r docs-requirements.in
5050
# sphinx
@@ -57,13 +57,13 @@ packaging==24.0
5757
# via sphinx
5858
pycparser==2.22
5959
# via cffi
60-
pygments==2.17.2
60+
pygments==2.18.0
6161
# via sphinx
6262
pyopenssl==24.1.0
6363
# via -r docs-requirements.in
6464
pytz==2024.1
6565
# via babel
66-
requests==2.31.0
66+
requests==2.32.3
6767
# via sphinx
6868
sniffio==1.3.1
6969
# via -r docs-requirements.in
@@ -81,9 +81,9 @@ sphinx==7.1.2
8181
# sphinx-rtd-theme
8282
# sphinxcontrib-jquery
8383
# sphinxcontrib-trio
84-
sphinx-codeautolink==0.15.0
84+
sphinx-codeautolink==0.15.1
8585
# via -r docs-requirements.in
86-
sphinx-hoverxref==1.3.0
86+
sphinx-hoverxref==1.4.0
8787
# via -r docs-requirements.in
8888
sphinx-rtd-theme==2.0.0
8989
# via -r docs-requirements.in
@@ -112,7 +112,7 @@ towncrier==23.11.0
112112
# via -r docs-requirements.in
113113
urllib3==2.2.1
114114
# via requests
115-
zipp==3.18.1
115+
zipp==3.19.1
116116
# via
117117
# importlib-metadata
118118
# importlib-resources

test-requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ alabaster==0.7.13
88
# via sphinx
99
astor==0.8.1
1010
# via -r test-requirements.in
11-
astroid==3.1.0
11+
astroid==3.2.2
1212
# via pylint
1313
async-generator==1.10
1414
# via -r test-requirements.in
1515
attrs==23.2.0
1616
# via
1717
# -r test-requirements.in
1818
# outcome
19-
babel==2.14.0
19+
babel==2.15.0
2020
# via sphinx
2121
black==24.4.2 ; implementation_name == "cpython"
2222
# via -r test-requirements.in
@@ -34,9 +34,9 @@ click==8.1.7
3434
# pip-tools
3535
codespell==2.3.0
3636
# via -r test-requirements.in
37-
coverage==7.5.0
37+
coverage==7.5.3
3838
# via -r test-requirements.in
39-
cryptography==42.0.5
39+
cryptography==42.0.7
4040
# via
4141
# -r test-requirements.in
4242
# pyopenssl
@@ -67,7 +67,7 @@ isort==5.13.2
6767
# via pylint
6868
jedi==0.19.1
6969
# via -r test-requirements.in
70-
jinja2==3.1.3
70+
jinja2==3.1.4
7171
# via sphinx
7272
markupsafe==2.1.5
7373
# via jinja2
@@ -80,7 +80,7 @@ mypy-extensions==1.0.0 ; implementation_name == "cpython"
8080
# -r test-requirements.in
8181
# black
8282
# mypy
83-
nodeenv==1.8.0
83+
nodeenv==1.9.0
8484
# via pyright
8585
outcome==1.3.0.post0
8686
# via -r test-requirements.in
@@ -96,33 +96,33 @@ pathspec==0.12.1
9696
# via black
9797
pip-tools==7.4.1
9898
# via -r test-requirements.in
99-
platformdirs==4.2.1
99+
platformdirs==4.2.2
100100
# via
101101
# black
102102
# pylint
103103
pluggy==1.5.0
104104
# via pytest
105105
pycparser==2.22
106106
# via cffi
107-
pygments==2.17.2
107+
pygments==2.18.0
108108
# via sphinx
109-
pylint==3.1.0
109+
pylint==3.2.2
110110
# via -r test-requirements.in
111111
pyopenssl==24.1.0
112112
# via -r test-requirements.in
113113
pyproject-hooks==1.1.0
114114
# via
115115
# build
116116
# pip-tools
117-
pyright==1.1.360
117+
pyright==1.1.365
118118
# via -r test-requirements.in
119-
pytest==8.2.0
119+
pytest==8.2.1
120120
# via -r test-requirements.in
121121
pytz==2024.1
122122
# via babel
123-
requests==2.31.0
123+
requests==2.32.3
124124
# via sphinx
125-
ruff==0.4.5
125+
ruff==0.4.7
126126
# via -r test-requirements.in
127127
sniffio==1.3.1
128128
# via -r test-requirements.in
@@ -152,7 +152,7 @@ tomli==2.0.1
152152
# pip-tools
153153
# pylint
154154
# pytest
155-
tomlkit==0.12.4
155+
tomlkit==0.12.5
156156
# via pylint
157157
trustme==1.1.0
158158
# via -r test-requirements.in
@@ -164,9 +164,9 @@ types-docutils==0.21.0.20240423
164164
# via -r test-requirements.in
165165
types-pyopenssl==24.1.0.20240425 ; implementation_name == "cpython"
166166
# via -r test-requirements.in
167-
types-setuptools==69.5.0.20240423
167+
types-setuptools==70.0.0.20240524
168168
# via types-cffi
169-
typing-extensions==4.11.0
169+
typing-extensions==4.12.0
170170
# via
171171
# -r test-requirements.in
172172
# astroid
@@ -177,7 +177,7 @@ urllib3==2.2.1
177177
# via requests
178178
wheel==0.43.0
179179
# via pip-tools
180-
zipp==3.18.1
180+
zipp==3.19.1
181181
# via importlib-metadata
182182

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

0 commit comments

Comments
 (0)