Skip to content

Commit d755b28

Browse files
authored
Merge pull request #3757 from HypothesisWorks/create-pull-request/patch
2 parents 8a76f8a + be37fa0 commit d755b28

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

requirements/coverage.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
2424
# pytest
2525
execnet==2.0.2
2626
# via pytest-xdist
27-
fakeredis==2.18.1
27+
fakeredis==2.19.0
2828
# via -r requirements/coverage.in
2929
iniconfig==2.0.0
3030
# via pytest
@@ -72,7 +72,7 @@ pytz==2023.3.post1
7272
# pandas
7373
pyyaml==6.0.1
7474
# via libcst
75-
redis==5.0.0
75+
redis==5.0.1
7676
# via fakeredis
7777
six==1.16.0
7878
# via python-dateutil

requirements/fuzzing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ black==23.9.1
1919
# hypothesis
2020
certifi==2023.7.22
2121
# via requests
22-
charset-normalizer==3.2.0
22+
charset-normalizer==3.3.0
2323
# via requests
2424
click==8.1.7
2525
# via
@@ -48,13 +48,13 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
4848
# pytest
4949
execnet==2.0.2
5050
# via pytest-xdist
51-
fakeredis==2.18.1
51+
fakeredis==2.19.0
5252
# via -r requirements/coverage.in
5353
flask==2.2.5
5454
# via dash
5555
hypofuzz==23.7.1
5656
# via -r requirements/fuzzing.in
57-
hypothesis[cli]==6.86.2
57+
hypothesis[cli]==6.87.0
5858
# via hypofuzz
5959
idna==3.4
6060
# via requests
@@ -130,15 +130,15 @@ pytz==2023.3.post1
130130
# pandas
131131
pyyaml==6.0.1
132132
# via libcst
133-
redis==5.0.0
133+
redis==5.0.1
134134
# via fakeredis
135135
requests==2.31.0
136136
# via
137137
# dash
138138
# hypofuzz
139139
retrying==1.3.4
140140
# via dash
141-
rich==13.5.3
141+
rich==13.6.0
142142
# via hypothesis
143143
six==1.16.0
144144
# via

requirements/tools.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ cachetools==5.3.1
2828
# via tox
2929
certifi==2023.7.22
3030
# via requests
31-
cffi==1.15.1
31+
cffi==1.16.0
3232
# via cryptography
3333
chardet==5.2.0
3434
# via tox
35-
charset-normalizer==3.2.0
35+
charset-normalizer==3.3.0
3636
# via requests
3737
click==8.1.7
3838
# via
@@ -70,7 +70,7 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
7070
# hypothesis (hypothesis-python/setup.py)
7171
# ipython
7272
# pytest
73-
executing==1.2.0
73+
executing==2.0.0
7474
# via stack-data
7575
filelock==3.12.4
7676
# via
@@ -86,7 +86,7 @@ importlib-metadata==6.8.0
8686
# twine
8787
iniconfig==2.0.0
8888
# via pytest
89-
ipython==8.15.0
89+
ipython==8.16.0
9090
# via -r requirements/tools.in
9191
isort==5.12.0
9292
# via shed
@@ -178,7 +178,7 @@ pyproject-api==1.6.1
178178
# via tox
179179
pyproject-hooks==1.0.0
180180
# via build
181-
pyright==1.1.327
181+
pyright==1.1.329
182182
# via -r requirements/tools.in
183183
pytest==7.4.2
184184
# via -r requirements/tools.in
@@ -202,7 +202,7 @@ restructuredtext-lint==1.4.0
202202
# via -r requirements/tools.in
203203
rfc3986==2.0.0
204204
# via twine
205-
rich==13.5.3
205+
rich==13.6.0
206206
# via twine
207207
ruff==0.0.291
208208
# via -r requirements/tools.in
@@ -258,7 +258,7 @@ sphinxcontrib-serializinghtml==1.1.9
258258
# via sphinx
259259
sqlparse==0.4.4
260260
# via django
261-
stack-data==0.6.2
261+
stack-data==0.6.3
262262
# via ipython
263263
tokenize-rt==5.2.0
264264
# via pyupgrade
@@ -275,7 +275,7 @@ tomli==2.0.1
275275
# tox
276276
tox==4.11.3
277277
# via -r requirements/tools.in
278-
traitlets==5.10.0
278+
traitlets==5.10.1
279279
# via
280280
# ipython
281281
# matplotlib-inline
@@ -307,7 +307,7 @@ urllib3==2.0.5
307307
# twine
308308
virtualenv==20.24.5
309309
# via tox
310-
wcwidth==0.2.6
310+
wcwidth==0.2.8
311311
# via prompt-toolkit
312312
wheel==0.41.2
313313
# via pip-tools

0 commit comments

Comments
 (0)