Skip to content

Commit 1f80251

Browse files
Merge pull request #46 from Nr18/develop
* fix: release tagging (#41) * chore(deps): bump certifi from 2021.10.8 to 2022.12.7 (#42) Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2021.10.08...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump future from 0.18.2 to 0.18.3 (#43) * chore(deps): bump future from 0.18.2 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.18.2...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update poetry and update poetry lock * fix: dependency conflict Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joris Conijn <joris@conijnonline.nl> * chore(deps): bump cryptography from 39.0.0 to 39.0.1 (#44) * chore: version bump (#45) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents f0ecc89 + 8f91bda commit 1f80251

File tree

3 files changed

+665
-559
lines changed

3 files changed

+665
-559
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Run image
26-
uses: abatilo/actions-poetry@v2.1.3
26+
uses: abatilo/actions-poetry@v2.2.0
2727
- name: Install dependencies
2828
run: make install
2929
- name: Run check

0 commit comments

Comments
 (0)