Skip to content

Commit

Permalink
chore(dependencies): Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Nov 20, 2023
1 parent ce54dc2 commit 2ec279f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.5 ; python_version >= "3.7" and python_version < "4.0"
aiohttp==3.8.6 ; python_version >= "3.7" and python_version < "4.0"
aioresponses==0.7.4 ; python_version >= "3.7" and python_version < "4.0"
aiosignal==1.3.1 ; python_version >= "3.7" and python_version < "4.0"
argcomplete==3.1.1 ; python_version >= "3.7" and python_version < "4.0"
Expand All @@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
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"
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
cryptography==41.0.4 ; python_version >= "3.7" and python_version < "4.0"
cryptography==41.0.5 ; python_version >= "3.7" and python_version < "4.0"
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
Expand All @@ -35,7 +35,7 @@ responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8"
urllib3==2.0.6 ; python_version >= "3.7" and python_version < "4.0"
urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4.0"
userpath==1.9.0 ; python_version >= "3.7" and python_version < "4.0"
yarl==1.9.2 ; python_version >= "3.7" and python_version < "4.0"
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.8"

0 comments on commit 2ec279f

Please sign in to comment.