Skip to content

Commit b81f804

Browse files
committed
Update dev requirements
1 parent aa0dc8e commit b81f804

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
-r ./types.txt
88

99
# Sessions
10-
nox==2022.1.7
10+
nox==2022.8.7
1111

1212
# Docs
1313
furo
1414
sphinx>=5,<6
1515

1616
# Formatting
17-
black[jupyter]~=22.3.0
17+
black[jupyter]~=22.6.0
1818

1919
# Imports
20-
flake8~=4.0.1
20+
flake8~=5.0.4
2121
isort~=5.10.0
2222

2323
# Typing
24-
mypy==0.961
24+
mypy==0.971
2525

2626
# Line lengths
2727
len8~=0.7.2
2828

2929
# Spelling
30-
codespell~=2.1.0
30+
codespell~=2.2.0
3131

3232
# Tests
3333
coverage~=6.4.1
3434
mock~=4.0.3
3535
pytest~=7.1.0
36-
pytest-asyncio~=0.18.1
36+
pytest-asyncio~=0.19.0
3737
requests>=2.27,<3
3838

3939
# Safety
40-
safety~=1.10.3; python_version<"3.11"
40+
safety~=2.1.1
4141

4242
# Security
4343
bandit~=1.7.2

0 commit comments

Comments
 (0)