Skip to content

Commit

Permalink
update requirements for valid env solution for Py 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Feb 21, 2024
1 parent d63c9e0 commit 49e7303
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,12 @@ dependencies = [
[project.optional-dependencies]

dev = [
"bandit >= 1.7.7",
"bandit >= 1.7.5",
"build >= 1.0",
"check-manifest >= 0.48",
"codespell",
"flask >= 3.0",
"grayskull",
"jupyter-server >= 2.11.2",
"jupyterlab >= 3.1.4",
"mistune",
"mkdocs-git-revision-date-plugin >= 0.3",
Expand All @@ -102,10 +101,10 @@ dev = [
"pre-commit >= 3.5",
"pylint >= 2.7.0",
"pymdown-extensions",
"selenium >= 4.16",
"tornado >= 6.3.3",
"selenium >= 4.11",
"tornado >= 6.2",
"twine >= 4.0",
"werkzeug >= 3.0.1",
"werkzeug >= 2.2.3",
]

test = [
Expand Down
9 changes: 4 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
bandit >= 1.7.7
bandit >= 1.7.5
check-manifest >= 0.48
codespell
coverage
flask
grayskull
jupyterlab >= 3.1.4
jupyter-server >= 2.11.2 # not directly required, pinned by Snyk to avoid a vulnerability
mistune
mkdocs-git-revision-date-plugin
mkdocs-material
Expand All @@ -20,9 +19,9 @@ pre-commit
pylint >= 2.7.0
pytest
pymdown-extensions
selenium >= 4.16
selenium >= 4.11
setuptools >= 68.0
twine
tornado >= 6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug >= 3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
tornado >= 6.2
werkzeug >= 2.2.3
wheel >= 0.42

0 comments on commit 49e7303

Please sign in to comment.