Skip to content

Commit 41bae8b

Browse files
Updating poetry version
1 parent 3d85ebb commit 41bae8b

8 files changed

+17
-16
lines changed

.github/workflows/pre-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
# We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
6464
- name: Install poetry
6565
run: |
66-
pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
67-
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
66+
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
67+
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
6868
6969
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7070
with:
@@ -124,7 +124,7 @@ jobs:
124124
run: cat pyproject.toml
125125

126126
- name: Install poetry
127-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
127+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
128128
- name: Set up Python
129129
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
130130
with:
@@ -162,7 +162,7 @@ jobs:
162162
artifact_name: ${{ needs.seal.outputs.artifact_name }}
163163

164164
- name: Install poetry
165-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
165+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
166166
- name: Set up Python
167167
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
168168
with:

.github/workflows/publish_v2_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
artifact_name: ${{ inputs.source_code_artifact_name }}
100100

101101
- name: Install poetry
102-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
102+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
103103
- name: Setup Node.js
104104
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
105105
with:

.github/workflows/publish_v3_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
artifact_name: ${{ inputs.source_code_artifact_name }}
103103

104104
- name: Install poetry
105-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
105+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
106106
- name: Setup Node.js
107107
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
108108
with:

.github/workflows/release-v3.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
# We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
8888
- name: Install poetry
8989
run: |
90-
pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
91-
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
90+
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
91+
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
9292
9393
- name: Bump package version
9494
id: versioning
@@ -129,7 +129,7 @@ jobs:
129129
run: cat pyproject.toml
130130

131131
- name: Install poetry
132-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
132+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
133133
- name: Set up Python
134134
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
135135
with:
@@ -167,7 +167,7 @@ jobs:
167167
artifact_name: ${{ needs.seal.outputs.artifact_name }}
168168

169169
- name: Install poetry
170-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
170+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
171171
- name: Set up Python
172172
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
173173
with:

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
# We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
8888
- name: Install poetry
8989
run: |
90-
pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
91-
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
90+
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
91+
pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
9292
9393
- name: Bump package version
9494
id: versioning
@@ -129,7 +129,7 @@ jobs:
129129
run: cat pyproject.toml
130130

131131
- name: Install poetry
132-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
132+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
133133
- name: Set up Python
134134
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
135135
with:
@@ -167,7 +167,7 @@ jobs:
167167
artifact_name: ${{ needs.seal.outputs.artifact_name }}
168168

169169
- name: Install poetry
170-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
170+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
171171
- name: Set up Python
172172
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
173173
with:

.github/workflows/reusable_deploy_v2_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
artifact_name: ${{ inputs.source_code_artifact_name }}
152152

153153
- name: Install poetry
154-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
154+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
155155
- name: Configure AWS Credentials
156156
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
157157
with:

.github/workflows/reusable_deploy_v3_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
artifact_name: ${{ inputs.source_code_artifact_name }}
154154

155155
- name: Install poetry
156-
run: pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
156+
run: pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
157157
- name: Configure AWS credentials
158158
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
159159
with:

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dev:
1212

1313
dev-quality-code:
1414
pip install --upgrade pip pre-commit poetry
15+
@$(MAKE) dev-version-plugin
1516
poetry install --extras "all redis datamasking"
1617
pre-commit install
1718

0 commit comments

Comments
 (0)