3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ description = ""
5
5
authors = [" Your Name <you@example.com>" ]
6
6
7
7
[tool .poetry .dependencies ]
8
- python = " ^3.6 "
9
- Flask = " ^1 .0"
8
+ python = " 3.7 "
9
+ Flask = " 2 .0"
10
10
bottle = {git = " https://git@github.com/bottlepy/bottle.git" , tag = " 0.12.16" }
11
- boto3 = " ^1.9 "
11
+ boto3 = " 1.29.6 "
12
12
13
13
[tool .poetry .dev-dependencies ]
14
14
15
15
[build-system ]
16
- requires = [" poetry>=0.12 " ]
16
+ requires = [" poetry" ]
17
17
build-backend = " poetry.masonry.api"
18
+
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ description = ""
5
5
authors = [" Your Name <you@example.com>" ]
6
6
7
7
[tool .poetry .dependencies ]
8
- python = " ^3.6 "
9
- Flask = " ^1 .0"
8
+ python = " 3.7 "
9
+ Flask = " 2 .0"
10
10
bottle = {git = " https://git@github.com/bottlepy/bottle.git" , tag = " 0.12.16" }
11
- boto3 = " ^1.9 "
11
+ boto3 = " 1.29.6 "
12
12
13
13
[tool .poetry .dev-dependencies ]
14
14
15
15
[build-system ]
16
- requires = [" poetry>=0.12 " ]
16
+ requires = [" poetry" ]
17
17
build-backend = " poetry.masonry.api"
Original file line number Diff line number Diff line change @@ -5,15 +5,16 @@ description = ""
5
5
authors = [" Your Name <you@example.com>" ]
6
6
7
7
[tool .poetry .dependencies ]
8
- python = " ^3.6 "
9
- Flask = " ^1 .0"
8
+ python = " 3.7 "
9
+ Flask = " 2 .0"
10
10
11
11
[tool .poetry .group .custom1 .dependencies ]
12
12
bottle = {git = " https://git@github.com/bottlepy/bottle.git" , tag = " 0.12.16" }
13
13
14
14
[tool .poetry .group .custom2 .dependencies ]
15
- boto3 = " ^1.9 "
15
+ boto3 = " 1.29.6 "
16
16
17
17
[build-system ]
18
- requires = [" poetry-core" ]
19
- build-backend = " poetry.core.masonry.api"
18
+ requires = [" poetry" ]
19
+ build-backend = " poetry.masonry.api"
20
+
0 commit comments