Skip to content

Commit

Permalink
build(deps): replace requests-unixsocket with requests-unixsocket2 (#663
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lengau authored Sep 26, 2024
1 parent abb814b commit fe786e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
See the `Releases page`_ on GitHub for a complete list of commits that are
included in each version.

X.Y.Z (2024-MM-DD)
------------------
- ``requests-unixsocket`` dependency is replaced with ``requests-unixsocket2``

2.0.1 (2024-08-28)
------------------
- Require Multipass>=1.14.1 when launching Ubuntu 24.04 (Noble) VMs, which
Expand Down
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ dependencies = [
"packaging>=14.1",
"pydantic~=2.4",
"pyyaml",
# see https://github.com/psf/requests/issues/6707
"requests<2.32",
"requests_unixsocket",
# Needed until requests-unixsocket supports urllib3 v2
# https://github.com/msabramo/requests-unixsocket/pull/69
# When updating this, remove the constraints from renovate.json.
"urllib3<2",
"requests>=2.31",
"requests_unixsocket2>=0.4.0",
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -43,7 +38,6 @@ dev = [
"pytest-xdist==3.6.1",
"pytest-time==0.3.2",
"responses==0.25.3",
# types-requests>=2.31.0.7 requires urllib3>=2
"types-requests==2.31.0.6",
"types-setuptools==73.0.0.20240822",
"types-pyyaml==6.0.12.20240917",
Expand Down

0 comments on commit fe786e8

Please sign in to comment.