Skip to content

Commit

Permalink
Bump inmanta-dev-dependencies from 2.147.0 to 2.148.0 (#477)
Browse files Browse the repository at this point in the history
* Bump inmanta-dev-dependencies from 2.147.0 to 2.148.0

Bumps inmanta-dev-dependencies from 2.147.0 to 2.148.0.

---
updated-dependencies:
- dependency-name: inmanta-dev-dependencies
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* black reformat

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sander Van Balen <[email protected]>
  • Loading branch information
dependabot[bot] and sanderr authored Feb 3, 2025
1 parent e5acfbc commit b709a9e
Show file tree
Hide file tree
Showing 29 changed files with 113 additions and 113 deletions.
8 changes: 4 additions & 4 deletions examples/quickstart/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

from inmanta import resources
Expand Down
8 changes: 4 additions & 4 deletions examples/quickstart/tests/test_quickstart.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import asyncio
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""
8 changes: 4 additions & 4 deletions examples/test-partial/tests/test_basics.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import textwrap
Expand Down
8 changes: 4 additions & 4 deletions examples/test_service/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

# import a Python requirement to verify project installation
Expand Down
8 changes: 4 additions & 4 deletions examples/test_service/tests/test_deployment_failure.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inmanta-dev-dependencies==2.147.0
inmanta-dev-dependencies==2.148.0
types-PyYAML
types-requests
types-setuptools
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import codecs
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import logging
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

from typing import Collection
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/failed_resources_logs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import logging
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/load_generator.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import asyncio
Expand Down
6 changes: 3 additions & 3 deletions src/pytest_inmanta_lsm/lsm_project.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import collections
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/managed_service_instance.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import json
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/orchestrator_container.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import json
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/parameters.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

from pathlib import Path
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/plugin.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import logging
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/remote_orchestrator.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import dataclasses
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/remote_service_instance.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import asyncio
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/remote_service_instance_async.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import asyncio
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/resources/setup_project.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import contextlib
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/util.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2024 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import asyncio
Expand Down
8 changes: 4 additions & 4 deletions src/pytest_inmanta_lsm/wait_for_state.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import logging
Expand Down
10 changes: 5 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
More information regarding how this test suite works, can be found in the README.md file.
More information regarding how this test suite works, can be found in the README.md file.
"""

import os
Expand Down
8 changes: 4 additions & 4 deletions tests/test_basic_example.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

# Note: These tests only function when the pytest output is not modified by plugins such as pytest-sugar!
Expand Down
8 changes: 4 additions & 4 deletions tests/test_containerized_orchestrator.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2020 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

# Note: These tests only function when the pytest output is not modified by plugins such as pytest-sugar!
Expand Down
8 changes: 4 additions & 4 deletions tests/test_partial.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import pytest
Expand Down
8 changes: 4 additions & 4 deletions tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

import contextlib
Expand Down
8 changes: 4 additions & 4 deletions tests/versions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Pytest Inmanta LSM
Pytest Inmanta LSM
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
:copyright: 2022 Inmanta
:contact: [email protected]
:license: Inmanta EULA
"""

from typing import Optional
Expand Down

0 comments on commit b709a9e

Please sign in to comment.