Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 604cc91 commit a12e208
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
# Check out the PR head on pull_request, otherwise default
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.GH_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.13,<3.14"
ampel-plot = {version = ">=0.8.3-3,<0.9", source = "pypi"}
ampel-ztf = {version = ">=0.8.13,<0.9", extras = ["kafka"], optional = true}
ampel-photometry = {version = ">=0.8.3,<0.9", source = "pypi"}
Expand All @@ -50,7 +50,7 @@ astropy = ">=5.0"
# pymage never made it to pypi; distribute our own package
pymage = {version = "^0.5", optional = true, source = "desy-gitlab"}
pandas = ">=2.0"
seaborn = "^0.12.0"
seaborn = "^0.13.0"
adjustText = "^1.0.0"
extcats = {version = "^2.4.2", optional = true, source = "pypi"}
slack-sdk = {version = "^3", optional = true}
Expand All @@ -63,7 +63,7 @@ more-itertools = "^9.0.0"
uncertainties = "^3.1.7"
scikit-learn = "^1.1.3"
healpy = {version = "^1.16.2", optional = true}
light-curve = {version = "^0.7.3"}
light-curve = {version = "^0.9.0"}
ampel-lsst = {version = ">=0.8.6,<0.9", optional = true}
ztfquery = {version = "^1.26.1", optional = true}
ligo-gracedb = {version = "^2.12.0", optional = true}
Expand All @@ -72,10 +72,10 @@ astro-datalab = {version = "^2", optional = true}
snpy = {version = "^2.5.3", optional = true, source = "desy-gitlab"}

[tool.poetry.dev-dependencies]
mypy = "^1.6.1"
pytest = "^8.0.2"
mypy = "^1.12.0"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
pytest-mock = "^3.12.0"
pytest-mock = "^3.14.0"
types-requests = "^2.25.9"
types-pytz = "^2022.1.2"
types-pillow = "^10.2.0.20240213"
Expand All @@ -96,7 +96,7 @@ voevent = ["voevent-parse"]
ztf = ["ampel-ztf", "ztfquery"]

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.13"
ruff = "^0.7.0"
types-pyyaml = "^6.0.12.20240311"


Expand Down

0 comments on commit a12e208

Please sign in to comment.