Skip to content

Commit

Permalink
chore(deps): bump poetry from 1.2.2 to 1.3.1 in /.github/workflows (#639
Browse files Browse the repository at this point in the history
)

* chore(deps): bump poetry from 1.2.2 to 1.3.1 in /.github/workflows

Bumps [poetry](https://github.com/python-poetry/poetry) from 1.2.2 to 1.3.1.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.3.1/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.2.2...1.3.1)

---
updated-dependencies:
- dependency-name: poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Constraint virtualenv to `<20.16.6`

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Dec 14, 2022
1 parent 0723d9b commit 5c051a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.3.1
nox==2022.11.21
nox-poetry==1.0.2
poetry==1.2.2
virtualenv==20.17.1
poetry==1.3.1
virtualenv<20.16.6

0 comments on commit 5c051a3

Please sign in to comment.