Skip to content

Commit 5e76ce6

Browse files
committed
bump urrlib3 Python dependency 2.3.0 -> 2.5.0
1 parent ca57969 commit 5e76ce6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sphinxcontrib-jsmath==1.0.1
2929
sphinxcontrib-qthelp==2.0.0
3030
sphinxcontrib-serializinghtml==2.0.0
3131
tomli==2.2.1
32-
urllib3==2.3.0
32+
urllib3==2.5.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filelock==3.16.1
1616
h11==0.16.0
1717
hatch==1.14.0
1818
hatchling==1.27.0
19-
httpcore==1.0.7
19+
httpcore==1.0.9
2020
httpx==0.28.1
2121
hyperlink==21.0.0
2222
idna==3.10
@@ -68,7 +68,7 @@ tomli_w==1.1.0
6868
tomlkit==0.13.2
6969
trove-classifiers==2024.10.21.16
7070
typing_extensions==4.12.2
71-
urllib3==2.3.0
71+
urllib3==2.5.0
7272
userpath==1.9.2
7373
uv==0.5.13
7474
zipp==3.20.2

src/markdown_environments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .thms import ThmsExtension
2020

2121

22-
__version__ = "1.9.1"
22+
__version__ = "1.9.2"

0 commit comments

Comments
 (0)