Skip to content

Commit 5e43c0b

Browse files
author
Vinit Kumar
committed
fix: dependabot security issues and a new release version
1 parent e274fc2 commit 5e43c0b

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -r requirements-dev.txt
32+
pip install --upgrade -r requirements-dev.txt
3333
pip install .
3434
- name: Unit tests
3535
run: |

HISTORY.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
History
22
=======
33

4+
5.0.2 / 2024-06-10
5+
==================
6+
7+
* fix: try beta1 as beta2 fails to untar and extract
8+
* fix: lint and deps issue
9+
* fix: resolve issues with python 3.13 version and also encoding
10+
* fix: CI build failures
11+
* fix: generate changelog
12+
* Add Python 3.13 support (#201)
13+
* chore(deps): bump jinja2 from 3.0.2 to 3.1.3 in /docs (#197)
14+
* fix: bump the version to the latest release number
15+
* Merge remote-tracking branch 'origin/master'
16+
* fix: update changelog for the docs
17+
* fix: update to latest version of urllib3 (#195)
18+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
19+
* docs: generate changelog
20+
* chore: bump version
21+
* feat: get local working for 3.12 and fix some code quality issue
22+
* feat: add new python3.12 final (#191)
23+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
24+
* Fix/make docs better (#186)
25+
* fix: issue with hardcoded year
26+
* fix: remove build files
27+
* feat: upgrade sphinx theme
28+
* fix: upgrade to latest rc2 package
29+
* fix: issues with ruff linting, use isinstance in place of type
30+
* fix: make readme better
31+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
32+
* chore: test python312rc1 (#184)
33+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
34+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
35+
436
5.0.0 / 2024-05-11
537
==================
638

docs/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ autodoc
1010

1111
defusedxml
1212
tornado==6.4.1
13+
jinja2==3.1.4
14+
idna==3.7

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "[email protected]"
5-
__version__ = "5.0.1"
5+
__version__ = "5.0.2"

0 commit comments

Comments
 (0)