Skip to content

Commit a5bd257

Browse files
authored
chore: upgrade CCI orbs - DIA-46202 (#58)
1 parent ef2ac44 commit a5bd257

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 2.1
22

33
orbs:
4-
base: dialogue/base@1.9.1
5-
release: dialogue/release@2.1.7
6-
python: dialogue/python@2.12.1
7-
utils: dialogue/utils@3.2.6
4+
base: dialogue/base@1.12.0
5+
release: dialogue/release@2.6.1
6+
python: dialogue/python@3.4.0
7+
utils: dialogue/utils@3.7.0
88

99
workflows:
1010
ci:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ asyncpg = ["asyncpg"]
8282
aws_rds_iam = ["boto3"]
8383

8484
[build-system]
85-
requires = ["poetry>=0.12"]
85+
requires = ["poetry>=1.1.15"]
8686
build-backend = "poetry.masonry.api"
8787

8888
[tool.semantic_release]

0 commit comments

Comments
 (0)