Skip to content

Commit

Permalink
Upgrade markdown & colored
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Jul 24, 2024
1 parent 107a67e commit 7beee5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
#
colored==2.2.3
colored==2.2.4
# via alteza (setup.py)
docstring-parser==0.15
# via typed-argument-parser
markdown==3.5.1
markdown==3.6
# via alteza (setup.py)
mypy-extensions==1.0.0
# via typing-inspect
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
install_requires=[
# Standard dependencies:
"pypage >= 2.0.8",
"markdown >= 3.4.4",
"markdown >= 3.6",
"pygments >= 2.16.1",
"pyyaml >= 6.0.1",
"colored >= 2.2.3",
"colored >= 2.2.4",
"sh >= 2.0.6",
"typed-argument-parser >= 1.8.1",
],
Expand Down

0 comments on commit 7beee5b

Please sign in to comment.