Skip to content

Commit 01ec3e4

Browse files
committed
Update requirements.txt
1 parent c68d84c commit 01ec3e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ certifi==2023.7.22 ; python_version >= "3.7" and python_version < "4.0"
99
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0"
1010
charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
1111
click==8.1.6 ; python_version >= "3.7" and python_version < "4.0"
12-
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
12+
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
1313
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
1414
cryptography==41.0.3 ; python_version >= "3.7" and python_version < "4.0"
1515
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
@@ -32,7 +32,7 @@ pytest==7.4.0 ; python_version >= "3.7" and python_version < "4.0"
3232
pyyaml==6.0.1 ; python_version >= "3.7" and python_version < "4.0"
3333
requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0"
3434
responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
35-
tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
35+
tomli==2.0.1 ; python_version >= "3.7" and python_version < "3.11"
3636
types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"
3737
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8"
3838
urllib3==2.0.4 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)