Skip to content

Commit 09f324e

Browse files
authored
Merge pull request #119 from TGSAI/release/0.2.2
Update some dependencies and bump MDIO version to `v0.2.2`
2 parents 2fab688 + 21fbc67 commit 09f324e

File tree

5 files changed

+564
-523
lines changed

5 files changed

+564
-523
lines changed

.github/workflows/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pip==22.2.2
1+
pip==22.3.0
22
nox==2022.8.7
33
nox-poetry==1.0.1
44
poetry==1.2.1
5-
virtualenv==20.16.4
5+
virtualenv==20.16.6

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
furo==2022.9.29
2-
sphinx==5.2.3
2+
sphinx==5.3.0
33
sphinx-click==4.3.0
44
sphinx-copybutton==0.5.0
55
myst_nb==0.17.1

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
package = "mdio"
2626
python_versions = ["3.10", "3.9", "3.8"]
27-
nox.needs_version = ">= 2021.6.6"
27+
nox.needs_version = ">= 2022.1.7"
2828
nox.options.sessions = (
2929
"pre-commit",
3030
"safety",

0 commit comments

Comments
 (0)