Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆ Bump the python-packages group with 9 updates #37

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = ["Private :: Do Not Upload"]
dependencies = [
"aiofiles",
"aiohttp>=3.8.6,<4",
"aiohttp-socks>=0.7,<0.10",
"aiohttp-socks>=0.7,<0.11",
"attrs>=22.2",
"brotli>=1,<2; implementation_name=='cpython'",
"brotlicffi<2; implementation_name!='cpython'",
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ aiofiles==24.1.0
# via proxy-spider (pyproject.toml)
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.8
aiohttp==3.11.11
# via
# proxy-spider (pyproject.toml)
# aiohttp-socks
aiohttp-socks==0.9.1
aiohttp-socks==0.10.1
# via proxy-spider (pyproject.toml)
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
attrs==24.2.0
attrs==24.3.0
# via
# proxy-spider (pyproject.toml)
# aiohttp
brotli==1.1.0
# via proxy-spider (pyproject.toml)
certifi==2024.8.30
certifi==2024.12.14
# via proxy-spider (pyproject.toml)
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via proxy-spider (pyproject.toml)
frozenlist==1.5.0
# via
Expand All @@ -40,13 +40,13 @@ multidict==6.1.0
# yarl
platformdirs==4.3.6
# via proxy-spider (pyproject.toml)
propcache==0.2.0
propcache==0.2.1
# via yarl
pygments==2.18.0
# via rich
python-socks==2.5.3
python-socks==2.6.1
# via aiohttp-socks
rich==13.9.4
# via proxy-spider (pyproject.toml)
yarl==1.18.0
yarl==1.18.3
# via aiohttp
Loading