Skip to content

Commit

Permalink
Build(deps): Bump sax from 0.8.8 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [sax]() from 0.8.8 to 0.10.1.

---
updated-dependencies:
- dependency-name: sax
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 5982307 commit f468ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pre-commit
pydata-sphinx-theme>=0.13.3
pytest
qutip==4.7.2
sax==0.8.8 # Pinned for pydantic <v2 compatibility.
sax==0.10.1 # Pinned for pydantic <v2 compatibility.
setuptools>=40.8.0
sphinx>=4,<7
sphinx-autoapi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pandas",
"qutip==4.7.2",
"sky130==0.7.1",
"sax==0.8.8", # Pinned for pydantic <v2 compatibility.
"sax==0.10.1", # Pinned for pydantic <v2 compatibility.
"thewalrus==0.21.0",
]

Expand Down

0 comments on commit f468ef6

Please sign in to comment.