Skip to content

Commit 879225d

Browse files
authored
Merge pull request #4112 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents 4d079f7 + bd8e963 commit 879225d

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

requirements/coverage.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ packaging==24.1
4747
# via
4848
# black
4949
# pytest
50-
pandas==2.2.2
50+
pandas==2.2.3
5151
# via -r requirements/coverage.in
5252
pathspec==0.12.1
5353
# via black
5454
pexpect==4.9.0
5555
# via -r requirements/test.in
56-
platformdirs==4.3.3
56+
platformdirs==4.3.6
5757
# via black
5858
pluggy==1.5.0
5959
# via pytest

requirements/fuzzing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ packaging==24.1
9797
# black
9898
# plotly
9999
# pytest
100-
pandas==2.2.2
100+
pandas==2.2.3
101101
# via
102102
# -r requirements/coverage.in
103103
# hypofuzz
104104
pathspec==0.12.1
105105
# via black
106106
pexpect==4.9.0
107107
# via -r requirements/test.in
108-
platformdirs==4.3.3
108+
platformdirs==4.3.6
109109
# via black
110110
plotly==5.24.1
111111
# via dash
@@ -183,5 +183,5 @@ zipp==3.20.2
183183
# via importlib-metadata
184184

185185
# The following packages are considered to be unsafe in a requirements file:
186-
setuptools==75.0.0
186+
setuptools==75.1.0
187187
# via dash

requirements/tools.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
alabaster==0.7.16
88
# via sphinx
9-
anyio==4.4.0
9+
anyio==4.6.0
1010
# via watchfiles
1111
asgiref==3.8.1
1212
# via django
@@ -81,7 +81,7 @@ executing==2.1.0
8181
# via stack-data
8282
feedgenerator==2.1.0
8383
# via pelican
84-
filelock==3.16.0
84+
filelock==3.16.1
8585
# via
8686
# tox
8787
# virtualenv
@@ -119,7 +119,7 @@ jinja2==3.1.4
119119
# sphinx
120120
jsonpointer==3.0.0
121121
# via sphinx-jsonschema
122-
keyring==25.3.0
122+
keyring==25.4.1
123123
# via twine
124124
lark==1.2.2
125125
# via -r requirements/tools.in
@@ -167,15 +167,15 @@ parso==0.8.4
167167
# via jedi
168168
pathspec==0.12.1
169169
# via black
170-
pelican[markdown]==4.9.1
170+
pelican[markdown]==4.10.0
171171
# via -r requirements/tools.in
172172
pexpect==4.9.0
173173
# via ipython
174174
pip-tools==7.4.1
175175
# via -r requirements/tools.in
176176
pkginfo==1.10.0
177177
# via twine
178-
platformdirs==4.3.3
178+
platformdirs==4.3.6
179179
# via
180180
# black
181181
# tox
@@ -201,13 +201,13 @@ pygments==2.18.0
201201
# readme-renderer
202202
# rich
203203
# sphinx
204-
pyproject-api==1.7.1
204+
pyproject-api==1.8.0
205205
# via tox
206206
pyproject-hooks==1.1.0
207207
# via
208208
# build
209209
# pip-tools
210-
pyright==1.1.380
210+
pyright==1.1.381
211211
# via -r requirements/tools.in
212212
pytest==8.3.3
213213
# via -r requirements/tools.in
@@ -242,7 +242,7 @@ rich==13.8.1
242242
# via
243243
# pelican
244244
# twine
245-
ruff==0.6.5
245+
ruff==0.6.7
246246
# via -r requirements/tools.in
247247
secretstorage==3.3.3
248248
# via keyring
@@ -310,7 +310,7 @@ tomli==2.0.1
310310
# pytest
311311
# sphinx
312312
# tox
313-
tox==4.18.1
313+
tox==4.20.0
314314
# via -r requirements/tools.in
315315
traitlets==5.14.3
316316
# via
@@ -328,7 +328,7 @@ types-pytz==2024.2.0.20240913
328328
# via -r requirements/tools.in
329329
types-redis==4.6.0.20240903
330330
# via -r requirements/tools.in
331-
types-setuptools==74.1.0.20240907
331+
types-setuptools==75.1.0.20240917
332332
# via types-cffi
333333
typing-extensions==4.12.2
334334
# via
@@ -344,7 +344,7 @@ urllib3==2.2.3
344344
# via
345345
# requests
346346
# twine
347-
virtualenv==20.26.4
347+
virtualenv==20.26.5
348348
# via tox
349349
watchfiles==0.24.0
350350
# via pelican
@@ -358,5 +358,5 @@ zipp==3.20.2
358358
# The following packages are considered to be unsafe in a requirements file:
359359
pip==24.2
360360
# via pip-tools
361-
setuptools==75.0.0
361+
setuptools==75.1.0
362362
# via pip-tools

0 commit comments

Comments
 (0)