Skip to content

Commit

Permalink
Merge pull request #354 from SevanSSP/dependabot_merge
Browse files Browse the repository at this point in the history
Dependabot merge
  • Loading branch information
EBGlom authored Aug 6, 2024
2 parents 49fa698 + e01fce4 commit c92bec8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 70 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def tests(session):
session.install("-r", req_path)

# run tests
session.run("pytest", "-s", "tests", "--api=http://127.0.0.1:8000",
session.run("pytest", "tests", "--api=http://127.0.0.1:8000",
"--cov=modeltestsdk", "--cov-report=term-missing", "--cov-fail-under=95")


Expand All @@ -70,5 +70,5 @@ def tests_github(session):
session.install("-r", req_path)

# run tests
session.run("pytest", "-s", "tests", "--api=build",
session.run("pytest", "tests", "--api=build",
"--cov=modeltestsdk", "--cov-report=term-missing", "--cov-fail-under=95")
91 changes: 25 additions & 66 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 @@ include = [
]

[tool.poetry.dependencies]
matplotlib = "^3.7.4"
matplotlib = "^3.7.5"
requests="2.32.3"
python = ">=3.8.0,<3.11"
pydantic = "^1.10.12,<2"
Expand All @@ -21,7 +21,7 @@ qats = "^4.12.1"
pandas = ">=1,<2"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.6"
bandit = "^1.7.9"
pytest = "^7.4.4"
nox = "^2023.4.22"
scipy="^1.10.1"
Expand Down

0 comments on commit c92bec8

Please sign in to comment.