Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compute/client_library/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
isort==6.0.0; python_version > "3.9"
isort==5.13.2; python_version <= "3.8"
black==24.8.0; python_version < "3.9"
black==24.10.0; python_version >= "3.9"
black==26.3.1; python_version < "3.9"
black==26.3.1; python_version >= "3.9"
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since the black dependency version is now the same for all Python versions, you can simplify these two lines into a single entry without the Python version markers. This makes the requirements.txt file cleaner and easier to maintain.

black==26.3.1

google-cloud-compute==1.19.1