Skip to content

Commit b3cee9c

Browse files
committed
Update pinned dependencies
1 parent 576a3c7 commit b3cee9c

File tree

3 files changed

+21
-24
lines changed

3 files changed

+21
-24
lines changed

hypothesis-python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def local_file(name):
6666
# zoneinfo is an odd one: every dependency is conditional, because they're
6767
# only necessary on old versions of Python or Windows systems.
6868
"zoneinfo": [
69-
"tzdata>=2022.2 ; sys_platform == 'win32'",
69+
"tzdata>=2022.4 ; sys_platform == 'win32'",
7070
"backports.zoneinfo>=0.2.1 ; python_version<'3.9'",
7171
],
7272
# We only support Django versions with upstream support - see

requirements/coverage.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.1.3
1818
# via
1919
# -r requirements/coverage.in
2020
# black
21-
coverage==6.4.4
21+
coverage==6.5.0
2222
# via -r requirements/coverage.in
2323
deprecated==1.2.13
2424
# via redis
@@ -28,7 +28,7 @@ exceptiongroup==1.0.0rc9 ; python_version < "3.11"
2828
# via hypothesis (hypothesis-python/setup.py)
2929
execnet==1.9.0
3030
# via pytest-xdist
31-
fakeredis==1.9.1
31+
fakeredis==1.9.3
3232
# via -r requirements/coverage.in
3333
iniconfig==1.1.1
3434
# via pytest
@@ -48,7 +48,7 @@ packaging==21.3
4848
# via
4949
# pytest
5050
# redis
51-
pandas==1.4.4
51+
pandas==1.5.0
5252
# via -r requirements/coverage.in
5353
pathspec==0.10.1
5454
# via black
@@ -88,9 +88,7 @@ pyyaml==6.0
8888
redis==4.3.4
8989
# via fakeredis
9090
six==1.16.0
91-
# via
92-
# fakeredis
93-
# python-dateutil
91+
# via python-dateutil
9492
sortedcontainers==2.4.0
9593
# via
9694
# fakeredis

requirements/tools.txt

+16-17
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ attrs==22.1.0
1717
# flake8-bugbear
1818
# hypothesis (hypothesis-python/setup.py)
1919
# pytest
20-
autoflake==1.5.3
20+
autoflake==1.6.1
2121
# via shed
2222
babel==2.10.3
2323
# via sphinx
@@ -35,7 +35,7 @@ bleach==5.0.1
3535
# via readme-renderer
3636
build==0.8.0
3737
# via pip-tools
38-
certifi==2022.9.14
38+
certifi==2022.9.24
3939
# via requests
4040
cffi==1.15.1
4141
# via cryptography
@@ -51,7 +51,7 @@ com2ann==0.3.0
5151
# via shed
5252
commonmark==0.9.1
5353
# via rich
54-
coverage==6.4.4
54+
coverage==6.5.0
5555
# via -r requirements/tools.in
5656
cryptography==38.0.1
5757
# via secretstorage
@@ -71,7 +71,7 @@ dpcontracts==0.6.0
7171
# via -r requirements/tools.in
7272
exceptiongroup==1.0.0rc9 ; python_version < "3.11"
7373
# via hypothesis (hypothesis-python/setup.py)
74-
executing==1.0.0
74+
executing==1.1.0
7575
# via stack-data
7676
filelock==3.8.0
7777
# via
@@ -94,7 +94,7 @@ flake8-2020==1.7.0
9494
# via -r requirements/tools.in
9595
flake8-bandit==4.1.1
9696
# via -r requirements/tools.in
97-
flake8-bugbear==22.9.11
97+
flake8-bugbear==22.9.23
9898
# via -r requirements/tools.in
9999
flake8-builtins==1.5.3
100100
# via -r requirements/tools.in
@@ -128,7 +128,7 @@ idna==3.4
128128
# via requests
129129
imagesize==1.4.1
130130
# via sphinx
131-
importlib-metadata==4.12.0
131+
importlib-metadata==4.13.0
132132
# via
133133
# keyring
134134
# sphinx
@@ -139,7 +139,7 @@ ipython==8.5.0
139139
# via -r requirements/tools.in
140140
isort==5.10.1
141141
# via shed
142-
jaraco-classes==3.2.2
142+
jaraco-classes==3.2.3
143143
# via keyring
144144
jedi==0.18.1
145145
# via ipython
@@ -165,7 +165,7 @@ mccabe==0.7.0
165165
# via flake8
166166
more-itertools==8.14.0
167167
# via jaraco-classes
168-
mypy==0.971
168+
mypy==0.981
169169
# via -r requirements/tools.in
170170
mypy-extensions==0.4.3
171171
# via
@@ -232,21 +232,21 @@ pygments==2.13.0
232232
# sphinx
233233
pyparsing==3.0.9
234234
# via packaging
235-
pyright==1.1.271
235+
pyright==1.1.273
236236
# via -r requirements/tools.in
237237
pytest==7.1.3
238238
# via -r requirements/tools.in
239239
python-dateutil==2.8.2
240240
# via -r requirements/tools.in
241241
pytz==2022.2.1
242242
# via babel
243-
pyupgrade==2.38.0
243+
pyupgrade==2.38.2
244244
# via shed
245245
pyyaml==6.0
246246
# via
247247
# bandit
248248
# libcst
249-
readme-renderer==37.1
249+
readme-renderer==37.2
250250
# via twine
251251
requests==2.28.1
252252
# via
@@ -282,7 +282,7 @@ sortedcontainers==2.4.0
282282
# via hypothesis (hypothesis-python/setup.py)
283283
soupsieve==2.3.2.post1
284284
# via beautifulsoup4
285-
sphinx==5.1.1
285+
sphinx==5.2.3
286286
# via
287287
# -r requirements/tools.in
288288
# sphinx-codeautolink
@@ -308,18 +308,17 @@ sphinxcontrib-qthelp==1.0.3
308308
# via sphinx
309309
sphinxcontrib-serializinghtml==1.1.5
310310
# via sphinx
311-
sqlparse==0.4.2
311+
sqlparse==0.4.3
312312
# via django
313-
stack-data==0.5.0
313+
stack-data==0.5.1
314314
# via ipython
315315
stevedore==4.0.0
316316
# via bandit
317317
tokenize-rt==4.2.1
318318
# via pyupgrade
319-
toml==0.10.2
320-
# via autoflake
321319
tomli==2.0.1
322320
# via
321+
# autoflake
323322
# black
324323
# build
325324
# mypy
@@ -340,7 +339,7 @@ types-pkg-resources==0.1.3
340339
# via -r requirements/tools.in
341340
types-pytz==2022.2.1.0
342341
# via -r requirements/tools.in
343-
types-redis==4.3.20
342+
types-redis==4.3.21
344343
# via -r requirements/tools.in
345344
typing-extensions==4.3.0
346345
# via

0 commit comments

Comments
 (0)