Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 5 updates (#33)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: aiohttp-socks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: winloop
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: aiohappyeyeballs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 7e1c893 commit 63fc5ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"platformdirs<5",
"rich>=12.3,<14",
"tomli<3; python_version<'3.11'",
"winloop<0.1.7; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')",
"winloop<0.1.8; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')",
]
optional-dependencies.non-termux = [
"aiodns>=1.1,<4",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# uv pip compile pyproject.toml -o requirements.txt
aiofiles==24.1.0
# via proxy-spider (pyproject.toml)
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.8
# via
# proxy-spider (pyproject.toml)
# aiohttp-socks
aiohttp-socks==0.9.0
aiohttp-socks==0.9.1
# via proxy-spider (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -48,5 +48,5 @@ python-socks==2.5.3
# via aiohttp-socks
rich==13.9.4
# via proxy-spider (pyproject.toml)
yarl==1.17.1
yarl==1.18.0
# via aiohttp

0 comments on commit 63fc5ff

Please sign in to comment.