Skip to content

Commit

Permalink
bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Dec 4, 2024
1 parent a715be0 commit bdae248
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ History
- Corrected logic in :class:`MappingParser` that assumed all parsers were
subclasses of :class:`AbstractParser` (:issue:`159`).
- Add test case to confirm intended functionality.
- Bump *dev* dependencies to latest version.

0.32.0 (2024-11-30)
-------------------
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip>=21.3.1
bump2version==1.0.1
wheel==0.45.1
watchdog[watchmedo]==6.0.0
Sphinx==7.4.7; python_version == "3.9"
Sphinx==7.4.7; python_version == "3.9" # pyup: ignore
Sphinx==8.1.3; python_version >= "3.10"
twine==5.1.1
dataclass-wizard[toml]
twine==6.0.1
dataclass-wizard[toml] # pyup: ignore
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.3
pytest==8.3.4
pytest-mock>=3.6.1
pytest-cov==6.0.0
# pytest-runner==5.3.1
Expand Down

0 comments on commit bdae248

Please sign in to comment.