Skip to content

Commit fc7ad4e

Browse files
authored
Merge branch 'master' into drop-python-38-support
2 parents 78d3080 + ade6cbe commit fc7ad4e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
## 1.0.1
55
### Breaking changes
66
- Drops python 3.8 support due to pydantic upgrade
7+
### Fixes
8+
- Fixes security issue https://github.com/Skyscanner/pycfmodel/security/dependabot/13
79
### Updates
810
- Update `CLOUDFORMATION_ACTIONS`.
11+
- Bumps several dependencies
912

1013
## 1.0.0
1114
### Breaking changes

requirements-docs.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make freeze
@@ -9,16 +9,18 @@ automacdoc==0.3
99
beautifulsoup4==4.12.3
1010
click==8.1.7
1111
ghp-import==2.1.0
12-
importlib-metadata==7.1.0
1312
jinja2==3.1.4
1413
livereload==2.6.3
1514
markdown==3.6
1615
markupsafe==2.1.5
1716
mergedeep==1.3.4
1817
mkdocs==1.6.0
18+
mkdocs-get-deps==0.2.0
1919
mkdocs-material==4.6.3
2020
mkdocstrings==0.10.0
2121
packaging==24.1
22+
pathspec==0.12.1
23+
platformdirs==4.3.6
2224
pydantic==2.7.3
2325
pydantic-core==2.18.4
2426
pygments==2.18.0
@@ -29,7 +31,6 @@ pyyaml==6.0.1
2931
pyyaml-env-tag==0.1
3032
six==1.16.0
3133
soupsieve==2.5
32-
tornado==6.4.1
34+
tornado==6.4.2
3335
typing-extensions==4.12.2
3436
watchdog==4.0.1
35-
zipp==3.19.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"AutoMacDoc==0.3",
2323
"livereload==2.6.3",
2424
"mkdocs-material==4.6.3",
25-
"mkdocs==1.3.0",
25+
"mkdocs==1.6.0",
2626
"mkdocstrings==0.10.0",
2727
]
2828

0 commit comments

Comments
 (0)