Skip to content

Commit

Permalink
Merge pull request #5687 from jenshnielsen/jenshnielsen/fix_vunrabili…
Browse files Browse the repository at this point in the history
…tes_take_2

upgrade min versions to fix flagged vulnerabilities
  • Loading branch information
jenshnielsen authored Jan 24, 2024
2 parents 41bcc1b + 5d696b0 commit b2fdb31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test = [
"lxml-stubs>=0.4.0",
"mypy>=0.971",
"pandas-stubs>=1.2.0.1",
"pytest>=6.2.0",
"pytest>=7.2.0",
"pytest-asyncio>=0.19.0",
"pytest-cov>=3.0.0",
"pytest-mock>=3.0.0",
Expand All @@ -100,6 +100,7 @@ test = [
"types_pywin32>=305.0.0.7",
"qcodes_loop>=0.1.1",
"zhinst.qcodes>=0.5", # typecheck zhinst driver alias
"jinja2>=3.1.3", # transitive dependency pin due to cve in earlier version
]
docs = [
"autodocsumm>=0.2.9",
Expand Down Expand Up @@ -211,7 +212,7 @@ stubPath = "typings/stubs"
typeCheckingMode = "basic"

[tool.pytest.ini_options]
minversion = "6.0"
minversion = "7.2"
junit_family = "legacy"
testpaths = "tests"
addopts = "-n auto --dist=loadfile"
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ipython~=8.18.0
ipython-genutils==0.2.0
ipywidgets~=8.1.0
jedi~=0.19.0
Jinja2~=3.1.2
Jinja2~=3.1.3
jsonpointer==2.4
jsonschema~=4.21.0
jupyter-client~=8.6.0
Expand All @@ -80,7 +80,6 @@ nbconvert~=7.14.0
nbformat~=5.9.0
nbsphinx==0.9.3
nest-asyncio~=1.6.0
notebook~=7.0.0
numpy~=1.26.0
opencensus==0.11.4
opencensus-context==0.1.3
Expand Down Expand Up @@ -154,7 +153,7 @@ tabulate==0.9.0
terminado==0.18.0
tinycss2~=1.2.1
tomli~=2.0.1
tornado~=6.2
tornado==6.4
towncrier~=23.11.0
tqdm~=4.66.1
traitlets~=5.14.0
Expand Down

0 comments on commit b2fdb31

Please sign in to comment.