Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all group across 1 directory with 6 updates #135

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the all group with 6 updates in the / directory:

Package From To
infrahub-sdk 1.0.0 1.0.1
packaging 24.1 24.2
sphinx-rtd-theme 3.0.1 3.0.2
hypothesis 6.116.0 6.119.3
antsibull-docs 2.15.0 2.16.0
ruff 0.7.2 0.7.4

Updates infrahub-sdk from 1.0.0 to 1.0.1

Release notes

Sourced from infrahub-sdk's releases.

Infrahub - v1.0.1

Release 1.0.1

This is a bug-fix release to address issues found in Infrahub v1.0.0.

Main changes

The complete list of changes can always be found in the CHANGELOG.md file in the Infrahub Git repository.

Fixed

  • When a user is not logged in and the branch name is not found, hide the quick-create action and display the message: 'No branch found' (#4801)
  • Fix automation to trigger generation of artifacts after merging a branch (#4804)
  • Avoid sending an empty list to the load schema API on repository import if it's not required
  • Update demo environment to work with Infrahub 1.0

Migration guide

The process to migrate your instance of Infrahub to the latest version may vary depending on your deployment of Infrahub. However, at a high-level, it will involve getting the latest version of the Infrahub code, and then performing any needed Database Migrations and Schema updates.

Please ensure you have a backup of your Infrahub environment prior to attempting any migration or upgrade activities.

Migration of an Infrahub instance

First, update the Infrahub version running in your environment.

Below are some example ways to get the latest version of Infrahub in your environment.

  • For deployments via Docker Compose, update your container version by updating the VERSION environment variable and relaunch:
    • export VERSION="1.0.1"; docker compose pull && docker compose up -d
  • For deployments via Kubernetes, utilize the latest version of the Helm chart supplied with this release

Second, once you have gotten the desired version of Infrahub in your environment, please run the following commands.

Note: If you are running Infrahub in Docker/K8s, these commands need to run from a container where Infrahub is installed.

infrahub db migrate
infrahub db update-core-schema

Finally, restart all instances of Infrahub.

Migration of a dev or demo instance

If you are using the dev or demo environments, we have provided invoke commands to aid in the migration to the latest version. The below examples provide the demo version of the commands, however similar commands can be used for dev as well.

</tr></table> 

... (truncated)

Changelog

Sourced from infrahub-sdk's changelog.

1.0.1 - 2024-10-31

Fixed

  • When a user is not logged in and the branch name is not found, hide the quick-create action and display the message: 'No branch found' (#4801)
  • Fix automation to trigger generation of artifacts after merging a branch (#4804)
  • Avoid sending an empty list to the load schema API on repository import if it's not required
  • Update demo environment to work with Infrahub 1.0
Commits
  • b2928f9 Merge pull request #4816 from opsmill/bdl-20241031-1.0.1
  • ca8288f ignore submodule for yamllint
  • 170b03c update Helm chart
  • 7589958 release prep for v1.0.1
  • 7384390 Merge pull request #4803 from opsmill/bab-branch-quck-create-disabled
  • 41d071b Merge pull request #4813 from opsmill/dga-4804-fragment
  • e365942 Merge pull request #4796 from opsmill/pog-avoid-schema-load-api
  • 6ec9be3 Add fragment for 4804
  • 5a80d78 Merge pull request #4809 from opsmill/bdl-20241031-sdk-bump
  • 78ea8a8 Merge pull request #4804 from opsmill/pog-workflow-names
  • Additional commits viewable in compare view

Updates packaging from 24.1 to 24.2

Release notes

Sourced from packaging's releases.

24.2

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.1...24.2

Changelog

Sourced from packaging's changelog.

24.2 - 2024-11-08


* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Commits
  • d8e3b31 Bump for release
  • 2de393d Update changelog for release
  • 9c66f5c Remove extraneous quotes in f-strings by using !r (#848)
  • 4dc334c Upgrade to latest mypy (#853)
  • d1a9f93 Bump the github-actions group with 4 updates (#852)
  • 029f415 PEP 639: Implement License-Expression and License-File (#828)
  • 6c338a8 Use !r formatter for error messages with filenames. (#844)
  • 28e7da7 Add a comment as to why Metadata.name isn't normalized (#842)
  • ce0d79c Mention updating changelog in release process (#841)
  • ac5bdf3 Update the changelog to reflect 24.1 changes (#840)
  • Additional commits viewable in compare view

Updates sphinx-rtd-theme from 3.0.1 to 3.0.2

Changelog

Sourced from sphinx-rtd-theme's changelog.

3.0.2

  • Show current translation when the flyout is attached
  • Fix JavaScript issue that didn't allow users to disable selectors

.. _release-3.0.1:

Commits

Updates hypothesis from 6.116.0 to 6.119.3

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.119.3

Hypothesis collects coverage information during the "shrink" and "explain" phases in order to show a more informative error message. On 3.12+, this uses "sys.monitoring". This patch improves the performance of coverage collection on 3.12+ by disabling events we don't need.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.119.2

This patch refactors some internals to prepare for future work using our IR (issue #3921).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.119.1

This patch migrates some more internals (around generating novel inputs) to the IR layer (issue #3921).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.119.0

This release improves Hypothesis' handling of ExceptionGroup - it's now able to detect marker detections if they're inside a group and attempts to resolve them. Note that this handling is still a work in progress and might not handle edge cases optimally. Please open issues if you encounter any problems or unexpected behavior with it.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.9

Internal refactorings in preparation for upcoming changes.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.8

Internal renamings.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.7

This patch removes some "# type: ignore" comments following a mypy update.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.6

When Hypothesis replays examples from its test database that it knows were previously fully shrunk it will no longer try to shrink them again.

... (truncated)

Commits
  • cc87f33 Bump hypothesis-python version to 6.119.3 and update changelog
  • 97d63c0 Merge pull request #4180 from tybug/disable-hypothesis-events
  • 14d9b2b fixes
  • 96d74dc disable line coverage events for hypothesis files
  • 01d5d3e Bump hypothesis-python version to 6.119.2 and update changelog
  • e09d087 Merge pull request #4177 from tybug/tests-ir
  • 5c0d5f3 check overrun first
  • aba96ba wrong cache!
  • 9f8656f more coverage for ir node serialization
  • 91a9c61 migrate most cached_test_function usages
  • Additional commits viewable in compare view

Updates antsibull-docs from 2.15.0 to 2.16.0

Release notes

Sourced from antsibull-docs's releases.

2.16.0

Release Summary

Feature release.

Minor Changes

Changelog

Sourced from antsibull-docs's changelog.

v2.16.0

Release Summary

Feature release.

Minor Changes

Commits
  • 61eb0e7 Release 2.16.0.
  • 1c99a7c Prepare 2.16.0.
  • cb656cf Allow to cancel deprecation (#352)
  • 095b1a5 Bump postcss from 8.4.47 to 8.4.48 in /src/sphinx_antsibull_ext/css (#354)
  • c83b37a Bump sass from 1.80.4 to 1.80.6 in /src/sphinx_antsibull_ext/css (#353)
  • a94dd0b Bump sass from 1.80.3 to 1.80.4 in /src/sphinx_antsibull_ext/css (#351)
  • dc48804 Bump sass from 1.79.5 to 1.80.3 in /src/sphinx_antsibull_ext/css (#350)
  • 14323f6 Add Python 3.13 to CI and supported Python versions. (#349)
  • 65bec4e Bump sass from 1.79.4 to 1.79.5 in /src/sphinx_antsibull_ext/css (#347)
  • 799ddc0 Bump wntrblm/nox from 2024.04.15 to 2024.10.09 (#348)
  • Additional commits viewable in compare view

Updates ruff from 0.7.2 to 0.7.4

Release notes

Sourced from ruff's releases.

0.7.4

Release Notes

Preview features

  • [flake8-datetimez] Detect usages of datetime.max/datetime.min (DTZ901) (#14288)
  • [flake8-logging] Implement root-logger-calls (LOG015) (#14302)
  • [flake8-no-pep420] Detect empty implicit namespace packages (INP001) (#14236)
  • [flake8-pyi] Add "replace with Self" fix (PYI019) (#14238)
  • [perflint] Implement quick-fix for manual-list-comprehension (PERF401) (#13919)
  • [pylint] Implement shallow-copy-environ (W1507) (#14241)
  • [ruff] Implement none-not-at-end-of-union (RUF036) (#14314)
  • [ruff] Implementation unsafe-markup-call from flake8-markupsafe plugin (RUF035) (#14224)
  • [ruff] Report problems for attrs dataclasses (RUF008, RUF009) (#14327)

Rule changes

  • [flake8-boolean-trap] Exclude dunder methods that define operators (FBT001) (#14203)
  • [flake8-pyi] Add "replace with Self" fix (PYI034) (#14217)
  • [flake8-pyi] Always autofix duplicate-union-members (PYI016) (#14270)
  • [flake8-pyi] Improve autofix for nested and mixed type unions for unnecessary-type-union (PYI055) (#14272)
  • [flake8-pyi] Mark fix as unsafe when type annotation contains comments for duplicate-literal-member (PYI062) (#14268)

Server

  • Use the current working directory to resolve settings from ruff.configuration (#14352)

Bug fixes

  • Avoid conflicts between PLC014 (useless-import-alias) and I002 (missing-required-import) by considering lint.isort.required-imports for PLC014 (#14287)
  • [flake8-type-checking] Skip quoting annotation if it becomes invalid syntax (TCH001)
  • [flake8-pyi] Avoid using typing.Self in stub files pre-Python 3.11 (PYI034) (#14230)
  • [flake8-pytest-style] Flag pytest.raises call with keyword argument expected_exception (PT011) (#14298)
  • [flake8-simplify] Infer "unknown" truthiness for literal iterables whose items are all unpacks (SIM222) (#14263)
  • [flake8-type-checking] Fix false positives for typing.Annotated (TCH001) (#14311)
  • [pylint] Allow await at the top-level scope of a notebook (PLE1142) (#14225)
  • [pylint] Fix miscellaneous issues in await-outside-async detection (PLE1142) (#14218)
  • [pyupgrade] Avoid applying PEP 646 rewrites in invalid contexts (UP044) (#14234)
  • [pyupgrade] Detect permutations in redundant open modes (UP015) (#14255)
  • [refurb] Avoid triggering hardcoded-string-charset for reordered sets (FURB156) (#14233)
  • [refurb] Further special cases added to verbose-decimal-constructor (FURB157) (#14216)
  • [refurb] Use UserString instead of non-existent UserStr (FURB189) (#14209)
  • [ruff] Avoid treating lowercase letters as # noqa codes (RUF100) (#14229)
  • [ruff] Do not report when Optional has no type arguments (RUF013) (#14181)

Documentation

  • Add "Notebook behavior" section for F704, PLE1142 (#14266)
  • Document comment policy around fix safety (#14300)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.4

Preview features

  • [flake8-datetimez] Detect usages of datetime.max/datetime.min (DTZ901) (#14288)
  • [flake8-logging] Implement root-logger-calls (LOG015) (#14302)
  • [flake8-no-pep420] Detect empty implicit namespace packages (INP001) (#14236)
  • [flake8-pyi] Add "replace with Self" fix (PYI019) (#14238)
  • [perflint] Implement quick-fix for manual-list-comprehension (PERF401) (#13919)
  • [pylint] Implement shallow-copy-environ (W1507) (#14241)
  • [ruff] Implement none-not-at-end-of-union (RUF036) (#14314)
  • [ruff] Implementation unsafe-markup-call from flake8-markupsafe plugin (RUF035) (#14224)
  • [ruff] Report problems for attrs dataclasses (RUF008, RUF009) (#14327)

Rule changes

  • [flake8-boolean-trap] Exclude dunder methods that define operators (FBT001) (#14203)
  • [flake8-pyi] Add "replace with Self" fix (PYI034) (#14217)
  • [flake8-pyi] Always autofix duplicate-union-members (PYI016) (#14270)
  • [flake8-pyi] Improve autofix for nested and mixed type unions for unnecessary-type-union (PYI055) (#14272)
  • [flake8-pyi] Mark fix as unsafe when type annotation contains comments for duplicate-literal-member (PYI062) (#14268)

Server

  • Use the current working directory to resolve settings from ruff.configuration (#14352)

Bug fixes

  • Avoid conflicts between PLC014 (useless-import-alias) and I002 (missing-required-import) by considering lint.isort.required-imports for PLC014 (#14287)
  • [flake8-type-checking] Skip quoting annotation if it becomes invalid syntax (TCH001)
  • [flake8-pyi] Avoid using typing.Self in stub files pre-Python 3.11 (PYI034) (#14230)
  • [flake8-pytest-style] Flag pytest.raises call with keyword argument expected_exception (PT011) (#14298)
  • [flake8-simplify] Infer "unknown" truthiness for literal iterables whose items are all unpacks (SIM222) (#14263)
  • [flake8-type-checking] Fix false positives for typing.Annotated (TCH001) (#14311)
  • [pylint] Allow await at the top-level scope of a notebook (PLE1142) (#14225)
  • [pylint] Fix miscellaneous issues in await-outside-async detection (PLE1142) (#14218)
  • [pyupgrade] Avoid applying PEP 646 rewrites in invalid contexts (UP044) (#14234)
  • [pyupgrade] Detect permutations in redundant open modes (UP015) (#14255)
  • [refurb] Avoid triggering hardcoded-string-charset for reordered sets (FURB156) (#14233)
  • [refurb] Further special cases added to verbose-decimal-constructor (FURB157) (#14216)
  • [refurb] Use UserString instead of non-existent UserStr (FURB189) (#14209)
  • [ruff] Avoid treating lowercase letters as # noqa codes (RUF100) (#14229)
  • [ruff] Do not report when Optional has no type arguments (RUF013) (#14181)

Documentation

  • Add "Notebook behavior" section for F704, PLE1142 (#14266)
  • Document comment policy around fix safety (#14300)

0.7.3

... (truncated)

Commits
  • ed7b98c Bump version to 0.7.4 (#14358)
  • 6591775 [flake8-type-checking] Skip quoting annotation if it becomes invalid syntax...
  • 1f82731 Use CWD to resolve settings from ruff.configuration (#14352)
  • 874da9c [red-knot] Display raw characters for string literal (#14351)
  • 375cead Sync vendored typeshed stubs (#14350)
  • 9ec690b [red-knot] Add support for string annotations (#14151)
  • a48d779 [red-knot] function signature representation (#14304)
  • ba6c7f6 [pylint] Remove check for dot in alias name in `useless-import-alias (PLC04...
  • 8095ff0 enforce required imports even with useless alias (#14287)
  • 24cd592 Avoid module lookup for known classes when possible (#14343)
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will 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 version will 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

Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [infrahub-sdk](https://github.com/opsmill/infrahub) | `1.0.0` | `1.0.1` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `3.0.1` | `3.0.2` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.116.0` | `6.119.3` |
| [antsibull-docs](https://github.com/ansible-community/antsibull-docs) | `2.15.0` | `2.16.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.4` |



Updates `infrahub-sdk` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/develop/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.0.0...infrahub-v1.0.1)

Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

Updates `sphinx-rtd-theme` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@3.0.1...3.0.2)

Updates `hypothesis` from 6.116.0 to 6.119.3
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.116.0...hypothesis-python-6.119.3)

Updates `antsibull-docs` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/ansible-community/antsibull-docs/releases)
- [Changelog](https://github.com/ansible-community/antsibull-docs/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-docs@2.15.0...2.16.0)

Updates `ruff` from 0.7.2 to 0.7.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.2...0.7.4)

---
updated-dependencies:
- dependency-name: infrahub-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: antsibull-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the changes/patch Maintenance tasks label Nov 18, 2024
@BeArchiTek BeArchiTek merged commit f585aef into develop Nov 20, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/develop/all-c6e2d4f305 branch November 20, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes/patch Maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant