Skip to content

Commit 500c6a1

Browse files
committed
bump requests to 2.33.0, Pygments to 2.20.0, cryptography to 46.0.6
1 parent c82987d commit 500c6a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ certifi==2024.12.14
88
cffi==2.0.0
99
charset-normalizer==3.4.1
1010
click==8.1.8
11-
cryptography==46.0.5
11+
cryptography==46.0.6
1212
distlib==0.3.9
1313
docutils==0.21.2
1414
exceptiongroup==1.2.2
@@ -43,10 +43,10 @@ platformdirs==4.3.6
4343
pluggy==1.5.0
4444
ptyprocess==0.7.0
4545
pycparser==2.22
46-
Pygments==2.18.0
46+
Pygments==2.20.0
4747
pytest==8.3.4
4848
PyYAML==6.0.2
49-
requests==2.32.4
49+
requests==2.33.0
5050
rich==13.9.4
5151
SecretStorage==3.3.3
5252
shellingham==1.5.4

src/markdown_environments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .thms import ThmsExtension
1818

1919

20-
__version__ = "1.10.0"
20+
__version__ = "1.10.1"

0 commit comments

Comments
 (0)