Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2023
1 parent a012f1a commit 66e4c16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cffi==1.15.1 ; python_version >= "3.9"
cfgrib==0.9.10.3 ; python_version >= "3.9"
cftime==1.6.2 ; python_version >= "3.9"
click==8.1.3 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and (sys_platform == "win32" or platform_system == "Windows")
covdefaults==2.3.0 ; python_version >= "3.9"
coverage==7.2.5 ; python_version >= "3.9"
eccodes==1.5.2 ; python_version >= "3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cffi==1.15.1 ; python_version >= "3.9"
cfgrib==0.9.10.3 ; python_version >= "3.9"
cftime==1.6.2 ; python_version >= "3.9"
click==8.1.3 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and platform_system == "Windows"
eccodes==1.5.2 ; python_version >= "3.9"
entrypoints==0.4 ; python_version >= "3.9"
fasteners==0.18 ; python_version >= "3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asciitree==0.3.3 ; python_version >= "3.9"
cftime==1.6.2 ; python_version >= "3.9"
click==8.1.3 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9"
colorama==0.4.6 ; python_version >= "3.9" and platform_system == "Windows"
entrypoints==0.4 ; python_version >= "3.9"
fasteners==0.18 ; python_version >= "3.9"
markdown-it-py==2.2.0 ; python_version >= "3.9"
Expand Down

0 comments on commit 66e4c16

Please sign in to comment.