deps(dependabot): bump the all-dependencies group across 1 directory with 6 updates#11
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…with 6 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [resinf](https://github.com/anaticulae/resinf), [pytest](https://github.com/pytest-dev/pytest), [selenium](https://github.com/SeleniumHQ/Selenium), [hoverpower](https://github.com/anaticulae/hoverpower) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `utilo` to 2.109.0 - [Release notes](https://github.com/anaticulae/utilo/releases) - [Changelog](https://github.com/anaticulae/utilo/blob/main/CHANGELOG) - [Commits](anaticulae/utilo@v2.107.4...v2.109.0) Updates `resinf` to 1.0.4 - [Release notes](https://github.com/anaticulae/resinf/releases) - [Changelog](https://github.com/anaticulae/resinf/blob/main/CHANGELOG) - [Commits](anaticulae/resinf@v1.0.2...v1.0.4) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `selenium` from 4.43.0 to 4.45.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.43.0...selenium-4.45.0) Updates `hoverpower` to 1.5.1 - [Release notes](https://github.com/anaticulae/hoverpower/releases) - [Changelog](https://github.com/anaticulae/hoverpower/blob/main/CHANGELOG) - [Commits](anaticulae/hoverpower@v1.1.0...v1.5.1) Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: utilo dependency-version: 2.109.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: resinf dependency-version: 1.0.4 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: selenium dependency-version: 4.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.5.1 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on utilo, resinf, pytest, selenium, hoverpower and setuptools to permit the latest version.
Updates
utiloto 2.109.0Release notes
Sourced from utilo's releases.
Changelog
Sourced from utilo's changelog.
... (truncated)
Commits
13129c62.109.06cf5541feat(path): add parameter to normpath to improve display/logging2ec4e6f2.108.01d326d0test(feature): simplify code74e761ctest(feature): simplify code55c35e9fix(cli): make pattern more robustd8e8736refactor(test): simplify code9d941c3test(refactor): replace with utilo code3e4d674refactor(test): move to separate method7eb38aetest(feature): ease code styleUpdates
resinfto 1.0.4Release notes
Sourced from resinf's releases.
Changelog
Sourced from resinf's changelog.
... (truncated)
Commits
6c95afb1.0.4fd4972dMerge pull request #5 from anaticulae/chore/fix_github53fd02cchore(github): adjust docker workflowa74cbfe1.0.3007c00cMerge pull request #3 from anaticulae/chore/enable_power694e12fchore(make): add decryption step8393833refactor(path): use new path package6c5d629test(docs): enable tests052f0e1chore(resources): upgrade resourcesUpdates
pytestto 9.1.1Release notes
Sourced from pytest's releases.
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
seleniumfrom 4.43.0 to 4.45.0Release notes
Sourced from selenium's releases.
... (truncated)
Commits
cd6a3cd[build] Prepare for release of selenium-4.45.0 (#17680)15fad06[build] Automated Browser Version Update (#17679)cb9b6fd[grid] Add support Redis-backed for SessionQueue (#17678)18bb1d9[py] terminate driver service process when start() fails to connect (#17651)b3164ef[grid] add HtmlUnit browser logo to Grid UI (#17656)bb741bd[build] Automated Browser Version Update (#17658)887237c[py] translate continue_request/continue_response kwargs to BiDi wire format ...f53de51[rb] run minimize test on linux now that #17644 fixed fluxbox startup3f37cce[rb] set window state before each window test instead of resetting driver2bfb990[rb] skip Safari double_click action testsUpdates
hoverpowerto 1.5.1Release notes
Sourced from hoverpower's releases.
Changelog
Sourced from hoverpower's changelog.
... (truncated)
Commits
ace56ec1.5.171a21d5Merge pull request #19 from anaticulae/chore/adjust-release6c59c24fix(release): do not run release on release tag763e2ba1.5.0d2a143fMerge pull request #18 from anaticulae/feat/add-pdf-compressor2c515d7fix(tmp): adjust tmp path83328f0feat(cli): add cli to compress pdf resourcesf9218fffix(secret): adjust secret file name19b3336feat(decrypt): add parameter to overwrite existing filedb2f0cd1.4.3Updates
setuptoolsto 83.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
6519f72Bump version: 82.0.1 → 83.0.0d1151b1Merge pull request #5250 from pypa/feature/distutils-d7633fbeda2df31eCapture removal of dry_run parameter in changelog.00144dcMoved newsfragment to the release where it occurred.a4a5a2bAdd news fragment.77470c2Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed3c43897Merge pull request #5247 from pypa/copilot/fix-pypy-version-issuebb6ea66Bump PyPy from 3.10 to 3.11 in CI workflowa2bc3acFix broken intersphinx reference to build's installation docs2d6a739Use stacked parametrize decorators instead of itertools.productDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions