Skip to content

Commit

Permalink
Update poetry version to 1.6.1 (#7866)
Browse files Browse the repository at this point in the history
The latest version of poetry is 1.6.1. Since we already dropped support for Python 3.7, we can move to this version.
  • Loading branch information
noorul committed Aug 22, 2023
1 parent e2f74f3 commit 6e78ed8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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==6.1.0
hashin==0.17.0
pipenv==2022.4.8
pipfile==0.0.2
poetry==1.5.1
poetry==1.6.1

# Some dependencies will only install if Cython is present
Cython==3.0.0
2 changes: 1 addition & 1 deletion python/spec/fixtures/poetry_locks/dir_dependency.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.

[[package]]
name = "atomicwrites"
Expand Down
2 changes: 1 addition & 1 deletion python/spec/fixtures/poetry_locks/git_dependency.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.

[[package]]
name = "atomicwrites"
Expand Down
2 changes: 1 addition & 1 deletion python/spec/fixtures/poetry_locks/python_38.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.

[[package]]
name = "asgiref"
Expand Down

0 comments on commit 6e78ed8

Please sign in to comment.