Skip to content

Commit c5af261

Browse files
Updating requirements.txt
1 parent d5c0098 commit c5af261

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

poetry.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ argcomplete==3.5.3 ; python_version >= "3.7" and python_version < "4.0"
55
async-timeout==4.0.3 ; python_version >= "3.7" and python_version < "4.0"
66
asynctest==0.13.0 ; python_version >= "3.7" and python_version < "3.8"
77
attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0"
8-
certifi==2023.11.17 ; python_version >= "3.7" and python_version < "4.0"
8+
certifi==2025.1.31 ; python_version >= "3.7" and python_version < "4.0"
99
cffi==1.17.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.7 ; python_version >= "3.7" and python_version < "4.0"
@@ -24,18 +24,18 @@ pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
2424
pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
2525
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0"
2626
pyjwt==2.8.0 ; python_version >= "3.7" and python_version < "4.0"
27-
pyopenssl==23.3.0 ; python_version >= "3.7" and python_version < "4.0"
27+
pyopenssl==24.0.0 ; python_version >= "3.7" and python_version < "4.0"
2828
pytest-aiohttp==1.0.4 ; python_version >= "3.7" and python_version < "4.0"
2929
pytest-asyncio==0.23.8 ; python_version >= "3.7" and python_version < "4.0"
3030
pytest-cov==4.1.0 ; python_version >= "3.7" and python_version < "4.0"
3131
pytest==7.4.0 ; python_version >= "3.7" and python_version < "4.0"
3232
pyyaml==6.0.2 ; python_version >= "3.7" and python_version < "4.0"
33-
requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0"
33+
requests==2.32.2 ; python_version >= "3.7" and python_version < "4.0"
3434
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.7 ; python_version >= "3.7" and python_version < "4.0"
38+
urllib3==2.2.2 ; 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"
41-
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.8"
41+
zipp==3.19.1 ; python_version >= "3.7" and python_version < "3.8"

0 commit comments

Comments
 (0)