Skip to content

Commit 2ab88c5

Browse files
Bump proxy-py from 2.4.9 to 2.4.10 (#10470)
Bumps [proxy-py](https://github.com/abhinavsingh/proxy.py) from 2.4.9 to 2.4.10. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/3b9964b683dccf4507380fd17d3403ac0cf64342"><code>3b9964b</code></a> Bump actions cache (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1520">#1520</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/dc952abdaed219ee14aaa425a1b9d4027fc37116"><code>dc952ab</code></a> <code>DEFAULT_CONNECT_TIMEOUT = 10.0</code> (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1519">#1519</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/d5023491d1bb7f66a54b63a4867db616d4939b71"><code>d502349</code></a> Avoid closing upstream if its managed by plugins (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1518">#1518</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/ad2e1074b36f190d1f5d583190b76770a3612405"><code>ad2e107</code></a> Leakage class (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1510">#1510</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/71d796baa961cacda7c1e661a98f10e1e474cd85"><code>71d796b</code></a> Dont crash threadless if work shutdown errors out (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1509">#1509</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/5076c3040c2031ce4b666c7a10a4c0eba927ba90"><code>5076c30</code></a> Lint fix</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/edad693fbbc7499e8b3827fe81c61b2e3f8e97af"><code>edad693</code></a> Cast <code>--inactive-conn-cleanup-timeout</code> to float</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/8d81b1426f373c90e1efad19907c82e03b2bcabb"><code>8d81b14</code></a> <code>--inactive-conn-cleanup-timeout</code> (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1504">#1504</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/050ac1c39a83fa47229d69df4ce824a53bc07228"><code>050ac1c</code></a> <code>--rewrite-host-header</code> flag for reverse proxy (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1492">#1492</a>)</li> <li>See full diff in <a href="https://github.com/abhinavsingh/proxy.py/compare/v2.4.9...v2.4.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proxy-py&package-manager=pip&previous-version=2.4.9&new-version=2.4.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e82f3fd commit 2ab88c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ propcache==0.2.1
140140
# via
141141
# -r requirements/runtime-deps.in
142142
# yarl
143-
proxy-py==2.4.9
143+
proxy-py==2.4.10
144144
# via
145145
# -r requirements/lint.in
146146
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ propcache==0.2.1
137137
# via
138138
# -r requirements/runtime-deps.in
139139
# yarl
140-
proxy-py==2.4.9
140+
proxy-py==2.4.10
141141
# via
142142
# -r requirements/lint.in
143143
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pluggy==1.5.0
5757
# via pytest
5858
pre-commit==4.1.0
5959
# via -r requirements/lint.in
60-
proxy-py==2.4.9
60+
proxy-py==2.4.10
6161
# via -r requirements/lint.in
6262
pycares==4.5.0
6363
# via aiodns

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ propcache==0.2.1
7373
# via
7474
# -r requirements/runtime-deps.in
7575
# yarl
76-
proxy-py==2.4.9
76+
proxy-py==2.4.10
7777
# via -r requirements/test.in
7878
pycares==4.5.0
7979
# via aiodns

0 commit comments

Comments
 (0)