File tree Expand file tree Collapse file tree 8 files changed +103
-96
lines changed Expand file tree Collapse file tree 8 files changed +103
-96
lines changed Original file line number Diff line number Diff line change @@ -468,5 +468,5 @@ min-public-methods=2
468
468
469
469
# Exceptions that will emit a warning when being caught. Defaults to
470
470
# "BaseException, Exception".
471
- overgeneral-exceptions =BaseException,
472
- Exception
471
+ overgeneral-exceptions =builtins. BaseException,
472
+ builtins. Exception
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ python = "^3.9"
11
11
psutil = { version = " ^5.6" }
12
12
fastapi = { version = " ^0.65.2" }
13
13
uvicorn = { version = " ^0.11.7" }
14
- pyctuator = { version = " ^1.0.1 " }
14
+ pyctuator = { version = " ^1.0.2 " }
15
15
sqlalchemy = { version = " ^1.3" }
16
16
PyMySQL = { version = " ^0.9.3" }
17
17
cryptography = { version = " ^2.8" }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ python = "^3.9"
11
11
psutil = { version = " ^5.6" }
12
12
fastapi = { version = " ^0.82.0" }
13
13
uvicorn = { version = " ^0.18.2" }
14
- pyctuator = { version = " ^1.0.1 " }
14
+ pyctuator = { version = " ^1.0.2 " }
15
15
16
16
[build-system ]
17
17
requires = [" poetry>=0.12" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
10
10
python = " ^3.9"
11
11
psutil = { version = " ^5.6" }
12
12
flask = { version = " ^2.2.2" }
13
- pyctuator = { version = " ^1.0.1 " }
13
+ pyctuator = { version = " ^1.0.2 " }
14
14
15
15
[build-system ]
16
16
requires = [" poetry>=0.12" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
10
10
python = " ^3.9"
11
11
psutil = { version = " ^5.6" }
12
12
aiohttp = { version = " ^3.6.2" }
13
- pyctuator = { version = " ^1.0.1 " }
13
+ pyctuator = { version = " ^1.0.2 " }
14
14
15
15
[build-system ]
16
16
requires = [" poetry>=0.12" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
10
10
python = " ^3.9"
11
11
psutil = { version = " ^5.6" }
12
12
tornado = { version = " ^6.0.4" }
13
- pyctuator = { version = " ^1.0.1 " }
13
+ pyctuator = { version = " ^1.0.2 " }
14
14
15
15
[build-system ]
16
16
requires = [" poetry>=0.12" ]
You can’t perform that action at this time.
0 commit comments