Skip to content

Commit

Permalink
chore(deps): update minor updates (master) (#74)
Browse files Browse the repository at this point in the history
* chore(deps): update minor updates

* ruff: UP037

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jakob van Santen <[email protected]>
  • Loading branch information
renovate[bot] and jvansanten authored May 23, 2024
1 parent 3920899 commit 10f23b4
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.12.3"
# renovate: datasource=pypi depName=ruff
ruff-version: "0.4.1"
ruff-version: "0.4.5"
2 changes: 1 addition & 1 deletion ampel/view/TransientView.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
super().__init__(id, stock=stock, origin=origin, t0=t0, t1=t1, t2=t2, logs=logs, extra=extra)

if self.t0 and self.t1:
lightcurve: "None | Sequence[LightCurve]" = tuple(
lightcurve: None | Sequence[LightCurve] = tuple(
LightCurve.build(comp, tuple(el for el in self.t0 if el['id'] in comp['dps']))
for comp in self.t1
)
Expand Down
86 changes: 40 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ampel-core = {version = ">=0.10.0a0,<0.11"}
astropy = ">=5"

[tool.poetry.dev-dependencies]
pytest = "^8.1.1"
pytest = "^8.2.1"
mypy = "^1.10.0"
pytest-cov = "^5.0.0"

Expand Down

0 comments on commit 10f23b4

Please sign in to comment.