Skip to content

Commit

Permalink
🤖 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
1 parent bbea101 commit bc2b92c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
54 changes: 27 additions & 27 deletions pdm.lock

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

20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{ name = "WGBH-MLA", email = "[email protected]" }]
dependencies = [
"sonyci[cli]~=0.2",
"loguru~=0.7",
"metaflow~=2.12",
"metaflow~=2.13",
"kubernetes~=31.0",
"boto3~=1.33",
]
Expand Down Expand Up @@ -43,15 +43,6 @@ build-backend = "pdm.backend"
[tool.pdm]
version = { source = "file", path = "mario/_version.py" }

[tool.pdm.dev-dependencies]
dev = [
"ruff~=0.6",
"black~=23.3",
"pre-commit~=2.21",
"rich~=12.5",
"ggshield~=1.18",
]

[tool.pytest.ini_options]
testpaths = ["tests"]
markers = ["no_ci: marks tests to skip on CI"]
Expand Down Expand Up @@ -90,3 +81,12 @@ ignore = [
"E501", # line too long

]

[dependency-groups]
dev = [
"ruff~=0.8",
"black~=23.3",
"pre-commit~=2.21",
"rich~=12.5",
"ggshield~=1.18",
]

0 comments on commit bc2b92c

Please sign in to comment.