Skip to content

Commit

Permalink
Dependabot-updates (#94)
Browse files Browse the repository at this point in the history
Bumps [resolvelib](https://github.com/sarugaku/resolvelib) from 0.8.1 to
1.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a

href="https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst">resolvelib's
changelog</a>.</em></p>
<blockquote>
<h1>1.0.1 (2023-03-09)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Fix calls to opaque objects and use provider interface calls
instead. <code>[#126](sarugaku/resolvelib#126)
&lt;https://github.com/sarugaku/resolvelib/issues/126&gt;</code>_</li>
</ul>
<h1>1.0.0 (2023-03-08)</h1>
<h2>Features</h2>
<ul>
<li>Implement backjumping to significantly speed up the resolution
process by skipping over irrelevant parts of the resolution search
space. <code>[#113](sarugaku/resolvelib#113)
&lt;https://github.com/sarugaku/resolvelib/issues/113&gt;</code>_</li>
</ul>
<h1>0.9.0 (2022-11-17)</h1>
<h2>Features</h2>
<ul>
<li>A new reporter hook <code>rejecting_candidate</code> is added,
replacing <code>backtracking</code>.
The hook is called every time the resolver rejects a conflicting
candidate before
trying out the next one in line.
<code>[#101](sarugaku/resolvelib#101)
&lt;https://github.com/sarugaku/resolvelib/issues/101&gt;</code>_</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Some valid states that were previously rejected are now accepted.
This affects
states where multiple candidates for the same dependency conflict with
each
other. The <code>information</code> argument passed to
<code>AbstractProvider.get_preference</code> may now contain empty
iterators. This has
always been allowed by the method definition but it was previously not
possible
in practice.
<code>[#91](sarugaku/resolvelib#91)
&lt;https://github.com/sarugaku/resolvelib/issues/91&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/c9ef371ad96e698bf3e0bb09acc682bd43e39bd7"><code>c9ef371</code></a>
Release 1.0.1</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/fb97e4c71fe520ae6d1704b7be8bd742430cd6e6"><code>fb97e4c</code></a>
Add missing news fragment for patch release</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/34bb1a7474e6a45103eeb08d9bbfd1a48e1b1cd3"><code>34bb1a7</code></a>
Merge pull request <a

href="https://github.com/sarugaku/resolvelib/issues/127">#127</a>
from sarugaku/avoid-intermediate-set</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/409bcf753074ba5b03ffd259511bf12b5d181fde"><code>409bcf7</code></a>
Use itertools.chain to avoid intermediate set</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/e8fecf776aafab9104eb0d101c4de08ce3c37eaf"><code>e8fecf7</code></a>
Merge pull request <a

href="https://github.com/sarugaku/resolvelib/issues/126">#126</a>
from sarugaku/fix-</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/5ede4c4bd205e5c61d339ba957deb44c4f5400f9"><code>5ede4c4</code></a>
use set comprehension</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/7e8adca961b96c159d3391049e6a6a37e25ed525"><code>7e8adca</code></a>
fix: use the protocol method instead of .name attribute</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/02fb73619d536b14b621ecddb98ad24ccd6093d2"><code>02fb736</code></a>
Merge pull request <a

href="https://github.com/sarugaku/resolvelib/issues/125">#125</a>
from sarugaku/release/1.0</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/69ae3253545a1da31a0096686693eed5c2dee08c"><code>69ae325</code></a>
Update release process</li>
<li><a

href="https://github.com/sarugaku/resolvelib/commit/40c867a2b7d12e3736ccf6c621a44a1b0dbefbc7"><code>40c867a</code></a>
Prebump to 1.0.1.dev0</li>
<li>Additional commits viewable in <a

href="https://github.com/sarugaku/resolvelib/compare/0.8.1...1.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility

score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=resolvelib&package-manager=pip&previous-version=0.8.1&new-version=1.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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>> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
gignsky and dependabot[bot] authored May 24, 2023
1 parent fe8d35e commit 1dea8b9
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 50 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ updates:
schedule:
interval: "weekly"
target-branch: "dependabot-updates"


ignore:
- dependency-name: "resolvelib"
versions: ">0.9.0"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ tdarr-noding/ansible_files/roles/startup-node-c/handlers/main.yml
tdarr-noding/ansible_files/roles/startup-node-c/tasks/main.yml
tdarr-noding/configuration.yml
tdarr-noding/status.yml
.coding_venv/*
.general_venv/*
74 changes: 37 additions & 37 deletions coding-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ansible==7.4.0
ansible-core==2.14.4
cryptography==40.0.1
ansible==7.6.0
ansible-core==2.14.6
cryptography==40.0.2
cffi==1.15.1
pycparser==2.21
Jinja2==3.1.2
MarkupSafe==2.1.2
packaging==23.1
PyYAML==6.0
resolvelib==0.8.1
ansible-compat==3.0.1
ansible-core==2.14.4
cryptography==40.0.1
ansible-compat==4.1.0
ansible-core==2.14.6
cryptography==40.0.2
cffi==1.15.1
pycparser==2.21
Jinja2==3.1.2
Expand All @@ -24,9 +24,9 @@ ansible-compat==3.0.1
packaging==23.1
PyYAML==6.0
subprocess-tee==0.4.1
ansible-lint==6.14.4
ansible-core==2.14.4
cryptography==40.0.1
ansible-lint==6.16.2
ansible-core==2.14.6
cryptography==40.0.2
cffi==1.15.1
pycparser==2.21
Jinja2==3.1.2
Expand All @@ -39,81 +39,81 @@ ansible-lint==6.14.4
mypy-extensions==1.0.0
packaging==23.1
pathspec==0.11.1
platformdirs==3.2.0
platformdirs==3.5.1
tomli==2.0.1
filelock==3.11.0
filelock==3.12.0
jsonschema==4.17.3
attrs==23.1.0
pyrsistent==0.19.3
packaging==23.1
PyYAML==6.0
rich==13.3.3
rich==13.3.5
markdown-it-py==2.2.0
mdurl==0.1.2
Pygments==2.15.0
ruamel.yaml==0.17.21
Pygments==2.15.1
ruamel.yaml==0.17.26
ruamel.yaml.clib==0.2.7
subprocess-tee==0.4.1
wcmatch==8.4.1
bracex==2.3.post1
yamllint==1.30.0
yamllint==1.32.0
pathspec==0.11.1
PyYAML==6.0
setuptools==59.6.0
bandit==1.7.5
GitPython==3.1.31
gitdb==4.0.10
smmap==5.0.0
PyYAML==6.0
rich==13.3.3
rich==13.3.5
markdown-it-py==2.2.0
mdurl==0.1.2
Pygments==2.15.0
stevedore==5.0.0
Pygments==2.15.1
stevedore==5.1.0
pbr==5.11.1
lightrun==1.10.0
cryptography==40.0.1
graphviz==0.20.1
lightrun==1.12.0
cryptography==40.0.2
cffi==1.15.1
pycparser==2.21
httplib2==0.20.4
pyparsing==3.0.9
psutil==5.9.4
psutil==5.9.5
PyYAML==6.0
six==1.16.0
pandas==2.0.0
numpy==1.24.2
pandas==2.0.1
numpy==1.24.3
python-dateutil==2.8.2
six==1.16.0
pytz==2023.3
tzdata==2023.3
pip-autoremove==0.10.0
pip==23.1
setuptools==59.6.0
pipdeptree==2.7.0
pylint==2.17.2
astroid==2.15.2
pip==23.1.2
setuptools==67.8.0
pipdeptree==2.7.1
pylint==2.17.4
astroid==2.15.5
lazy-object-proxy==1.9.0
typing_extensions==4.5.0
typing_extensions==4.6.1
wrapt==1.15.0
dill==0.3.6
isort==5.12.0
mccabe==0.7.0
platformdirs==3.2.0
platformdirs==3.5.1
tomli==2.0.1
tomlkit==0.11.7
pytest-cov==4.0.0
coverage==7.2.3
tomlkit==0.11.8
pytest-cov==4.1.0
coverage==7.2.6
pytest==7.3.1
exceptiongroup==1.1.1
iniconfig==2.0.0
packaging==23.1
pluggy==1.0.0
tomli==2.0.1
requests==2.28.2
certifi==2022.12.7
requests==2.31.0
certifi==2023.5.7
charset-normalizer==3.1.0
idna==3.4
urllib3==1.26.15
urllib3==2.0.2
touch==2020.12.3
values==2020.12.3
wheel==0.40.0
Binary file added coding_requirements_output.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added general_requirements_output.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
ansible==7.4.0
ansible-core==2.14.4
cryptography==40.0.1
ansible==7.6.0
ansible-core==2.14.6
cryptography==40.0.2
cffi==1.15.1
pycparser==2.21
Jinja2==3.1.2
MarkupSafe==2.1.2
packaging==23.1
PyYAML==6.0
resolvelib==0.8.1
lightrun==1.10.0
cryptography==40.0.1
lightrun==1.12.0
cryptography==40.0.2
cffi==1.15.1
pycparser==2.21
httplib2==0.20.4
pyparsing==3.0.9
psutil==5.9.4
psutil==5.9.5
PyYAML==6.0
six==1.16.0
pip==23.1
requests==2.28.2
certifi==2022.12.7
pip==23.1.2
requests==2.31.0
certifi==2023.5.7
charset-normalizer==3.1.0
idna==3.4
urllib3==1.26.15
setuptools==59.6.0
urllib3==2.0.2
setuptools==67.8.0
touch==2020.12.3
values==2020.12.3
wheel==0.40.0

0 comments on commit 1dea8b9

Please sign in to comment.