Skip to content

Commit

Permalink
Merge branch 'main' into renovate/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack authored Oct 8, 2024
2 parents dcef37e + 9bee425 commit 8dbb70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = ">=3.12,<4.0"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", rev = "0.8.0", python = ">=3.12,<4.0" }
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.0", python = ">=3.12,<4.0" }
invoke = "^2.2.0"
ipykernel = "^6.29.0"
ipython = "^8.21.0"
Expand All @@ -23,7 +23,7 @@ pytest-django = "^4.8.0"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
python-dotenv = "^1.0.1"
radis = { git = "https://github.com/openradx/radis.git", python = ">=3.12,<4.0" }
radis = { git = "https://github.com/openradx/radis.git", tag = "0.0.1", python = ">=3.12,<4.0" }
ruff = "^0.6.5"

[tool.ruff]
Expand Down

0 comments on commit 8dbb70d

Please sign in to comment.