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 6, 2023
1 parent b011ca1 commit aac3e2b
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 @@ -36,7 +36,7 @@ pre-commit
pydata-sphinx-theme>=0.13.3
pytest
qutip==4.7.3
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 @@ -24,7 +24,7 @@
"openlane==2.0.0b8",
"pandas==1.5.3",
"qutip==4.7.3",
"sax==0.8.8", # Pinned for pydantic <v2 compatibility.
"sax==0.10.1", # Pinned for pydantic <v2 compatibility.
"thewalrus==0.20.0",
]

Expand Down

0 comments on commit aac3e2b

Please sign in to comment.