Skip to content

Commit e8c3ba3

Browse files
authored
Merge branch 'main' into fix/issue-3409
2 parents e7b02c6 + f418f64 commit e8c3ba3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
1616
# via
1717
# -r docs-requirements.in
1818
# cryptography
19-
charset-normalizer==3.4.6
19+
charset-normalizer==3.4.7
2020
# via requests
21-
click==8.3.1
21+
click==8.3.2
2222
# via towncrier
2323
colorama==0.4.6 ; sys_platform == 'win32'
2424
# via

test-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2424
# cryptography
2525
cfgv==3.5.0
2626
# via pre-commit
27-
charset-normalizer==3.4.6
27+
charset-normalizer==3.4.7
2828
# via requests
29-
click==8.3.1 ; implementation_name == 'cpython'
29+
click==8.3.2 ; implementation_name == 'cpython'
3030
# via black
3131
codespell==2.4.2
3232
# via -r test-requirements.in
@@ -129,9 +129,9 @@ pyopenssl==26.0.0
129129
# via -r test-requirements.in
130130
pyright==1.1.408
131131
# via -r test-requirements.in
132-
pytest==9.0.2
132+
pytest==9.0.3
133133
# via -r test-requirements.in
134-
python-discovery==1.2.1
134+
python-discovery==1.2.2
135135
# via virtualenv
136136
pytokens==0.4.1 ; implementation_name == 'cpython'
137137
# via black
@@ -178,7 +178,7 @@ tomlkit==0.14.0
178178
# via pylint
179179
trustme==1.2.1
180180
# via -r test-requirements.in
181-
types-cffi==2.0.0.20260316
181+
types-cffi==2.0.0.20260402
182182
# via
183183
# -r test-requirements.in
184184
# types-pyopenssl
@@ -188,7 +188,7 @@ types-pyopenssl==24.1.0.20240722
188188
# via -r test-requirements.in
189189
types-pyyaml==6.0.12.20250915
190190
# via -r test-requirements.in
191-
types-setuptools==82.0.0.20260210
191+
types-setuptools==82.0.0.20260402
192192
# via types-cffi
193193
typing-extensions==4.15.0
194194
# via

0 commit comments

Comments
 (0)