We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0dc8e commit b81f804Copy full SHA for b81f804
1 file changed
requirements/dev.txt
@@ -7,37 +7,37 @@
7
-r ./types.txt
8
9
# Sessions
10
-nox==2022.1.7
+nox==2022.8.7
11
12
# Docs
13
furo
14
sphinx>=5,<6
15
16
# Formatting
17
-black[jupyter]~=22.3.0
+black[jupyter]~=22.6.0
18
19
# Imports
20
-flake8~=4.0.1
+flake8~=5.0.4
21
isort~=5.10.0
22
23
# Typing
24
-mypy==0.961
+mypy==0.971
25
26
# Line lengths
27
len8~=0.7.2
28
29
# Spelling
30
-codespell~=2.1.0
+codespell~=2.2.0
31
32
# Tests
33
coverage~=6.4.1
34
mock~=4.0.3
35
pytest~=7.1.0
36
-pytest-asyncio~=0.18.1
+pytest-asyncio~=0.19.0
37
requests>=2.27,<3
38
39
# Safety
40
-safety~=1.10.3; python_version<"3.11"
+safety~=2.1.1
41
42
# Security
43
bandit~=1.7.2
0 commit comments