Skip to content

Commit 0017d25

Browse files
authored
Merge pull request #3425 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents b663377 + 5ad13be commit 0017d25

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

requirements/coverage.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
async-timeout==4.0.2
88
# via redis
9-
attrs==21.4.0
9+
attrs==22.1.0
1010
# via
1111
# hypothesis (hypothesis-python/setup.py)
1212
# pytest

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=requirements/test.txt hypothesis-python/setup.py requirements/test.in
66
#
7-
attrs==21.4.0
7+
attrs==22.1.0
88
# via
99
# hypothesis (hypothesis-python/setup.py)
1010
# pytest

requirements/tools.txt

+10-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ astor==0.8.1
1212
# via flake8-simplify
1313
asttokens==2.0.5
1414
# via stack-data
15-
attrs==21.4.0
15+
attrs==22.1.0
1616
# via
1717
# flake8-bugbear
1818
# hypothesis (hypothesis-python/setup.py)
@@ -71,7 +71,7 @@ dpcontracts==0.6.0
7171
# via -r requirements/tools.in
7272
exceptiongroup==1.0.0rc8 ; python_version < "3.11"
7373
# via hypothesis (hypothesis-python/setup.py)
74-
executing==0.8.3
74+
executing==0.9.1
7575
# via stack-data
7676
filelock==3.7.1
7777
# via
@@ -125,7 +125,7 @@ flake8-pytest-style==1.6.0
125125
# via -r requirements/tools.in
126126
flake8-return==1.1.3
127127
# via -r requirements/tools.in
128-
flake8-simplify==0.19.2
128+
flake8-simplify==0.19.3
129129
# via -r requirements/tools.in
130130
flake8-strftime==0.3.2
131131
# via -r requirements/tools.in
@@ -191,7 +191,7 @@ pathspec==0.9.0
191191
# via black
192192
pbr==5.9.0
193193
# via stevedore
194-
pep517==0.12.0
194+
pep517==0.13.0
195195
# via build
196196
pexpect==4.8.0
197197
# via ipython
@@ -239,15 +239,15 @@ pygments==2.12.0
239239
# sphinx
240240
pyparsing==3.0.9
241241
# via packaging
242-
pyright==1.1.263
242+
pyright==1.1.264
243243
# via -r requirements/tools.in
244244
pytest==7.1.2
245245
# via -r requirements/tools.in
246246
python-dateutil==2.8.2
247247
# via -r requirements/tools.in
248248
pytz==2022.1
249249
# via babel
250-
pyupgrade==2.37.2
250+
pyupgrade==2.37.3
251251
# via shed
252252
pyyaml==6.0
253253
# via
@@ -279,7 +279,6 @@ six==1.16.0
279279
# bleach
280280
# python-dateutil
281281
# tox
282-
# virtualenv
283282
smmap==5.0.0
284283
# via gitdb
285284
snowballstemmer==2.2.0
@@ -290,7 +289,7 @@ sortedcontainers==2.4.0
290289
# via hypothesis (hypothesis-python/setup.py)
291290
soupsieve==2.3.2.post1
292291
# via beautifulsoup4
293-
sphinx==5.0.2
292+
sphinx==5.1.1
294293
# via
295294
# -r requirements/tools.in
296295
# sphinx-codeautolink
@@ -349,7 +348,7 @@ types-pkg-resources==0.1.3
349348
# via -r requirements/tools.in
350349
types-pytz==2022.1.2
351350
# via -r requirements/tools.in
352-
types-redis==4.3.11
351+
types-redis==4.3.12
353352
# via -r requirements/tools.in
354353
typing-extensions==4.3.0
355354
# via
@@ -363,11 +362,11 @@ typing-extensions==4.3.0
363362
# typing-inspect
364363
typing-inspect==0.7.1
365364
# via libcst
366-
urllib3==1.26.10
365+
urllib3==1.26.11
367366
# via
368367
# requests
369368
# twine
370-
virtualenv==20.15.1
369+
virtualenv==20.16.2
371370
# via tox
372371
wcwidth==0.2.5
373372
# via prompt-toolkit

0 commit comments

Comments
 (0)