Skip to content

Commit 89dfa1e

Browse files
Bump proxy-py from 2.4.4 to 2.4.5 (#8617)
Bumps [proxy-py](https://github.com/abhinavsingh/proxy.py) from 2.4.4 to 2.4.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/6ac5aedd2631985abc7630bba2b6974e30956707"><code>6ac5aed</code></a> <code>Grout Wildcard</code> documentation (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1441">#1441</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/b9fa0d5a4c690693eb57b3a020e098e81fcf518d"><code>b9fa0d5</code></a> Renable Codecov (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1440">#1440</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/2dbc8af0bb96314ae17b208c804ead137ece5c5a"><code>2dbc8af</code></a> Support Grout Wildcards (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1439">#1439</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/84c36b60c2a0e44c9dd700e27101222d070e44ff"><code>84c36b6</code></a> Static route reverse proxy always <code>needs_upstream</code> (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1434">#1434</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/a7077cf8db3bb66a6667a9d968a401e8f805e092"><code>a7077cf</code></a> Add <code>ModifyRequestHeaderPlugin</code> (<a href="https://redirect.github.com/abhinavsingh/proxy.py/issues/1420">#1420</a>)</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/e34da54323fe52553e96d7571990337c0cff1f37"><code>e34da54</code></a> Grout (ngrok alternative) using Docker doc</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/afa89bc74975cd683f7767a36bbd6864e55db220"><code>afa89bc</code></a> Grout (ngrok alternative) using Docker doc</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/7bb04c020a5b407d0f0385ac36584fcb3fc3d68b"><code>7bb04c0</code></a> Include <code>openssl</code>, <code>cryptography</code> and <code>paramiko</code> in default DockerHub image (...</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/d124d4ec6ec5047db50ece6e15bdaa4dd538dc71"><code>d124d4e</code></a> Use <code>base</code> name for base docker image</li> <li><a href="https://github.com/abhinavsingh/proxy.py/commit/f19db0ce1be5b53b16439a187227e1f10d893f76"><code>f19db0c</code></a> Optimize base docker image size</li> <li>Additional commits viewable in <a href="https://github.com/abhinavsingh/proxy.py/compare/v2.4.4...v2.4.5">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.4&new-version=2.4.5)](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 e3775a3 commit 89dfa1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pluggy==1.5.0
142142
# via pytest
143143
pre-commit==3.5.0
144144
# via -r requirements/lint.in
145-
proxy-py==2.4.4
145+
proxy-py==2.4.5
146146
# via -r requirements/test.in
147147
pycares==4.3.0
148148
# via aiodns

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pluggy==1.5.0
137137
# via pytest
138138
pre-commit==3.5.0
139139
# via -r requirements/lint.in
140-
proxy-py==2.4.4
140+
proxy-py==2.4.5
141141
# via -r requirements/test.in
142142
pycares==4.3.0
143143
# via aiodns

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ packaging==23.1
6767
# pytest
6868
pluggy==1.5.0
6969
# via pytest
70-
proxy-py==2.4.4
70+
proxy-py==2.4.5
7171
# via -r requirements/test.in
7272
pycares==4.3.0
7373
# via aiodns

0 commit comments

Comments
 (0)