File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
## 1.0.1
5
5
### Breaking changes
6
6
- Drops python 3.8 support due to pydantic upgrade
7
+ ### Fixes
8
+ - Fixes security issue https://github.com/Skyscanner/pycfmodel/security/dependabot/13
7
9
### Updates
8
10
- Update ` CLOUDFORMATION_ACTIONS ` .
11
+ - Bumps several dependencies
9
12
10
13
## 1.0.0
11
14
### Breaking changes
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# make freeze
@@ -9,16 +9,18 @@ automacdoc==0.3
9
9
beautifulsoup4==4.12.3
10
10
click==8.1.7
11
11
ghp-import==2.1.0
12
- importlib-metadata==7.1.0
13
12
jinja2==3.1.4
14
13
livereload==2.6.3
15
14
markdown==3.6
16
15
markupsafe==2.1.5
17
16
mergedeep==1.3.4
18
17
mkdocs==1.6.0
18
+ mkdocs-get-deps==0.2.0
19
19
mkdocs-material==4.6.3
20
20
mkdocstrings==0.10.0
21
21
packaging==24.1
22
+ pathspec==0.12.1
23
+ platformdirs==4.3.6
22
24
pydantic==2.7.3
23
25
pydantic-core==2.18.4
24
26
pygments==2.18.0
@@ -29,7 +31,6 @@ pyyaml==6.0.1
29
31
pyyaml-env-tag==0.1
30
32
six==1.16.0
31
33
soupsieve==2.5
32
- tornado==6.4.1
34
+ tornado==6.4.2
33
35
typing-extensions==4.12.2
34
36
watchdog==4.0.1
35
- zipp==3.19.2
Original file line number Diff line number Diff line change 22
22
"AutoMacDoc==0.3" ,
23
23
"livereload==2.6.3" ,
24
24
"mkdocs-material==4.6.3" ,
25
- "mkdocs==1.3 .0" ,
25
+ "mkdocs==1.6 .0" ,
26
26
"mkdocstrings==0.10.0" ,
27
27
]
28
28
You can’t perform that action at this time.
0 commit comments