Skip to content

Commit 8c8ec17

Browse files
committed
Update pinned dependencies
1 parent e935725 commit 8c8ec17

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mypy-extensions==0.4.3
4040
# via
4141
# black
4242
# typing-inspect
43-
numpy==1.23.2
43+
numpy==1.23.3
4444
# via
4545
# -r requirements/coverage.in
4646
# pandas

requirements/tools.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bleach==5.0.1
3535
# via readme-renderer
3636
build==0.8.0
3737
# via pip-tools
38-
certifi==2022.6.15
38+
certifi==2022.6.15.1
3939
# via requests
4040
cffi==1.15.1
4141
# via cryptography
@@ -53,13 +53,13 @@ commonmark==0.9.1
5353
# via rich
5454
coverage==6.4.4
5555
# via -r requirements/tools.in
56-
cryptography==37.0.4
56+
cryptography==38.0.1
5757
# via secretstorage
5858
decorator==5.1.1
5959
# via ipython
6060
distlib==0.3.6
6161
# via virtualenv
62-
django==4.1
62+
django==4.1.1
6363
# via -r requirements/tools.in
6464
docutils==0.17.1
6565
# via
@@ -135,7 +135,7 @@ importlib-metadata==4.12.0
135135
# twine
136136
iniconfig==1.1.1
137137
# via pytest
138-
ipython==8.4.0
138+
ipython==8.5.0
139139
# via -r requirements/tools.in
140140
isort==5.10.1
141141
# via shed
@@ -232,7 +232,7 @@ pygments==2.13.0
232232
# sphinx
233233
pyparsing==3.0.9
234234
# via packaging
235-
pyright==1.1.269
235+
pyright==1.1.270
236236
# via -r requirements/tools.in
237237
pytest==7.1.3
238238
# via -r requirements/tools.in
@@ -264,7 +264,7 @@ rich==12.5.1
264264
# via twine
265265
secretstorage==3.3.3
266266
# via keyring
267-
shed==0.10.1
267+
shed==0.10.2
268268
# via -r requirements/tools.in
269269
six==1.16.0
270270
# via
@@ -320,15 +320,15 @@ toml==0.10.2
320320
# via
321321
# -r requirements/tools.in
322322
# autoflake
323-
# tox
324323
tomli==2.0.1
325324
# via
326325
# black
327326
# build
328327
# mypy
329328
# pep517
330329
# pytest
331-
tox==3.25.1
330+
# tox
331+
tox==3.26.0
332332
# via -r requirements/tools.in
333333
traitlets==5.3.0
334334
# via
@@ -360,7 +360,7 @@ urllib3==1.26.12
360360
# via
361361
# requests
362362
# twine
363-
virtualenv==20.16.4
363+
virtualenv==20.16.5
364364
# via tox
365365
wcwidth==0.2.5
366366
# via prompt-toolkit

tooling/src/hypothesistooling/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def run_tox(task, version, *args):
383383
"3.7": "3.7.13",
384384
"3.8": "3.8.13",
385385
"3.9": "3.9.13",
386-
"3.10": "3.10.6",
386+
"3.10": "3.10.7",
387387
"3.11": "3.11-dev",
388388
"3.12": "3.12-dev",
389389
"pypy3.7": "pypy3.7-7.3.9",

0 commit comments

Comments
 (0)