Skip to content

Commit

Permalink
Merge pull request #119 from TGSAI/release/0.2.2
Browse files Browse the repository at this point in the history
Update some dependencies and bump MDIO version to `v0.2.2`
  • Loading branch information
tasansal authored Oct 25, 2022
2 parents 2fab688 + 21fbc67 commit 09f324e
Show file tree
Hide file tree
Showing 5 changed files with 564 additions and 523 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.2.2
pip==22.3.0
nox==2022.8.7
nox-poetry==1.0.1
poetry==1.2.1
virtualenv==20.16.4
virtualenv==20.16.6
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2022.9.29
sphinx==5.2.3
sphinx==5.3.0
sphinx-click==4.3.0
sphinx-copybutton==0.5.0
myst_nb==0.17.1
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

package = "mdio"
python_versions = ["3.10", "3.9", "3.8"]
nox.needs_version = ">= 2021.6.6"
nox.needs_version = ">= 2022.1.7"
nox.options.sessions = (
"pre-commit",
"safety",
Expand Down
Loading

0 comments on commit 09f324e

Please sign in to comment.