Skip to content

Commit

Permalink
Update poetry requirement in /python/helpers
Browse files Browse the repository at this point in the history
Updates the requirements on [poetry](https://github.com/python-poetry/poetry) to permit the latest version.
- [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.1.15...1.3.1)

---
updated-dependencies:
- dependency-name: poetry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jeffwidman committed Jan 9, 2023
1 parent ab49898 commit a0e1b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8==5.0.4
hashin==0.17.0
pipenv==2022.4.8
pipfile==0.0.2
poetry>=1.1.15,<1.3.0
poetry>=1.1.15,<1.4.0
wheel==0.37.1

# Some dependencies will only install if Cython is present
Expand Down

0 comments on commit a0e1b66

Please sign in to comment.