Skip to content

Commit 8873373

Browse files
authored
chore(dependencies): Update requirements.txt (#553)
### Changes This PR updates the `requirements.txt` file to pin `aiohttp` to 3.8.5 to address [CVE-2023-47627](https://www.cve.org/CVERecord?id=CVE-2023-47627), `cryptography` to 41.0.5 to address [CVE-2023-5363](https://www.cve.org/CVERecord?id=CVE-2023-5363) and `urllib3` to 2.0.7 to address [CVE-2023-45803](https://www.cve.org/CVERecord?id=CVE-2023-45803). ### References N/A ### Testing N/A ### Checklist - [x] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - [x] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md) - [x] All existing and new tests complete without errors
2 parents ce54dc2 + 2ec279f commit 8873373

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.8.5 ; python_version >= "3.7" and python_version < "4.0"
1+
aiohttp==3.8.6 ; python_version >= "3.7" and python_version < "4.0"
22
aioresponses==0.7.4 ; python_version >= "3.7" and python_version < "4.0"
33
aiosignal==1.3.1 ; python_version >= "3.7" and python_version < "4.0"
44
argcomplete==3.1.1 ; python_version >= "3.7" and python_version < "4.0"
@@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
1111
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
1212
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"
1313
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
14-
cryptography==41.0.4 ; python_version >= "3.7" and python_version < "4.0"
14+
cryptography==41.0.5 ; python_version >= "3.7" and python_version < "4.0"
1515
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
1616
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
1717
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
@@ -35,7 +35,7 @@ responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
3535
tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
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"
38-
urllib3==2.0.6 ; python_version >= "3.7" and python_version < "4.0"
38+
urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4.0"
3939
userpath==1.9.0 ; python_version >= "3.7" and python_version < "4.0"
4040
yarl==1.9.2 ; python_version >= "3.7" and python_version < "4.0"
4141
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.8"

0 commit comments

Comments
 (0)