Skip to content

Commit 0a89e20

Browse files
dependabot[bot]github-actions
andauthored
Bump the python-packages group across 1 directory with 9 updates (#348)
* Bump the python-packages group across 1 directory with 9 updates Bumps the python-packages group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [h5py](https://github.com/h5py/h5py) | `3.11.0` | `3.12.1` | | [xmltodict](https://github.com/martinblech/xmltodict) | `0.13.0` | `0.14.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.9.2` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.14.1` | | [types-requests](https://github.com/python/typeshed) | `2.32.0.20240914` | `2.32.0.20241016` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.4` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [fastapi[all]](https://github.com/fastapi/fastapi) | `0.111.1` | `0.115.6` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.10.5` | Updates `h5py` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.11.0...3.12.1) Updates `xmltodict` from 0.13.0 to 0.14.2 - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](martinblech/xmltodict@v0.13.0...v0.14.2) Updates `ruff` from 0.4.8 to 0.9.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.8...0.9.2) Updates `mypy` from 1.10.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.14.1) Updates `types-requests` from 2.32.0.20240914 to 2.32.0.20241016 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.2.2 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.4) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) Updates `fastapi[all]` from 0.111.1 to 0.115.6 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.111.1...0.115.6) Updates `pydantic` from 2.8.2 to 2.10.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.10.5) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: fastapi[all] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> * Formatting and linting commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
1 parent dbe49a6 commit 0a89e20

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ version = "0.0.1"
55
requires-python = ">= 3.11"
66
dependencies = [
77
"pika==1.3.2",
8-
"h5py==3.11.0",
9-
"xmltodict==0.13.0",
8+
"h5py==3.12.1",
9+
"xmltodict==0.14.2",
1010
"requests==2.32.3"
1111
]
1212

@@ -19,20 +19,20 @@ run-detection = "rundetection.run_detection:main"
1919

2020
[project.optional-dependencies]
2121
formatting = [
22-
"ruff==0.4.8",
23-
"mypy==1.10.0",
22+
"ruff==0.9.2",
23+
"mypy==1.14.1",
2424
"run-detection[test]",
25-
"types-requests==2.32.0.20240914",
25+
"types-requests==2.32.0.20241016",
2626
"types-xmltodict==0.14.0.20241009"
2727
]
2828

2929
test = [
30-
"pytest==8.2.2",
31-
"pytest-cov==5.0.0",
30+
"pytest==8.3.4",
31+
"pytest-cov==6.0.0",
3232
"requests==2.32.3",
3333
"pytest-random-order==1.1.1",
34-
"fastapi[all]==0.111.1",
35-
"pydantic==2.8.2",
34+
"fastapi[all]==0.115.6",
35+
"pydantic==2.10.5",
3636
]
3737

3838
dev = [

test/ingestion/test_extracts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from rundetection.job_requests import JobRequest
2121

2222

23-
@pytest.fixture()
23+
@pytest.fixture
2424
def job_request():
2525
"""job_request fixture"""
2626
return JobRequest(

test/rules/test_common_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from rundetection.rules.common_rules import CheckIfScatterSANS, EnabledRule, SansSliceWavs, is_y_within_5_percent_of_x
1313

1414

15-
@pytest.fixture()
15+
@pytest.fixture
1616
def job_request():
1717
"""
1818
job_request Fixture

test/rules/test_iris_rules.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from rundetection.rules.iris_rules import IrisCalibrationRule, IrisReductionRule
77

88

9-
@pytest.fixture()
9+
@pytest.fixture
1010
def job_request():
1111
"""
1212
job request fixture
@@ -28,13 +28,13 @@ def job_request():
2828
)
2929

3030

31-
@pytest.fixture()
31+
@pytest.fixture
3232
def reflection_rule():
3333
"""Analyser rule fixture"""
3434
return IrisCalibrationRule({"002": "105275", "004": "105276"})
3535

3636

37-
@pytest.fixture()
37+
@pytest.fixture
3838
def iris_mode_rule():
3939
"""Reduction mode rule fixture"""
4040
return IrisReductionRule(True)

test/rules/test_mari_rules.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _working_directory_fix():
2020
os.chdir(current_working_directory / ".." / "..")
2121

2222

23-
@pytest.fixture()
23+
@pytest.fixture
2424
def job_request():
2525
"""
2626
job request fixture
@@ -42,7 +42,7 @@ def job_request():
4242
)
4343

4444

45-
@pytest.fixture()
45+
@pytest.fixture
4646
def mari_stitch_rule_true():
4747
"""
4848
stitch rule fixture for true
@@ -51,7 +51,7 @@ def mari_stitch_rule_true():
5151
return MariStitchRule(value=True)
5252

5353

54-
@pytest.fixture()
54+
@pytest.fixture
5555
def mari_stitch_rule_false():
5656
"""
5757
Stitch rule fixture for false

test/rules/test_osiris_rules.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from rundetection.rules.rule import Rule
2121

2222

23-
@pytest.fixture()
23+
@pytest.fixture
2424
def job_request():
2525
"""
2626
job request fixture
@@ -42,13 +42,13 @@ def job_request():
4242
)
4343

4444

45-
@pytest.fixture()
45+
@pytest.fixture
4646
def reflection_rule():
4747
"""Analyser rule fixture"""
4848
return OsirisReflectionCalibrationRule({"002": "00148587", "004": "00148587"})
4949

5050

51-
@pytest.fixture()
51+
@pytest.fixture
5252
def osiris_mode_rule():
5353
"""Reduction mode rule fixture"""
5454
return OsirisReductionModeRule(True)

test/rules/test_tosca_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from rundetection.rules.common_rules import MolSpecStitchRule
1212

1313

14-
@pytest.fixture()
14+
@pytest.fixture
1515
def job_request():
1616
"""job_request fixture"""
1717
return JobRequest(

test/test_specifications.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from rundetection.specifications import InstrumentSpecification
2020

2121

22-
@pytest.fixture()
22+
@pytest.fixture
2323
def job_request():
2424
"""
2525
JobRequest fixture
@@ -28,7 +28,7 @@ def job_request():
2828
return JobRequest(1, "larmor", "1", "1", Path("/archive/larmor/1/1,nxs"), "start time", "end time", 1, 1, "user")
2929

3030

31-
@pytest.fixture()
31+
@pytest.fixture
3232
@patch("rundetection.specifications.InstrumentSpecification._load_rules_from_api")
3333
def specification(_) -> InstrumentSpecification:
3434
"""
@@ -46,7 +46,7 @@ def _set_api_key() -> None:
4646
os.environ["FIA_API_API_KEY"] = "shh"
4747

4848

49-
@pytest.fixture()
49+
@pytest.fixture
5050
def _working_directory_fix():
5151
# Set dir to repo root for purposes of the test.
5252
current_working_directory = Path.cwd()

0 commit comments

Comments
 (0)