Skip to content

Commit

Permalink
Bump pyyaml for py312 compat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 22, 2023
1 parent a215b30 commit 8ed7e8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ myst_parser
pytest
sphinx_tippy
sphinxcontrib-bibtex

# need pin for python3.12 compatibility
# see https://github.com/yaml/pyyaml/issues/723
pyyaml>=6.0.1
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ pygments==2.15.0
# via sphinx
pytest==7.2.2
# via -r requirements.in
pyyaml==6.0
pytz==2023.3.post1
# via babel
pyyaml==6.0.1
# via
# -r requirements.in
# myst-parser
# pybtex
requests==2.31.0
Expand Down

0 comments on commit 8ed7e8b

Please sign in to comment.