Skip to content

Commit 7600beb

Browse files
Merge pull request #585 from cordada/deploy/v0.25.0
Deploy release v0.25.0
2 parents dd08f59 + 196b8c1 commit 7600beb

File tree

14 files changed

+47
-42
lines changed

14 files changed

+47
-42
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.24.0
2+
current_version = 0.25.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838

3939
- name: Set Up Python ${{ matrix.python_version }}
40-
uses: actions/setup-python@v4.7.1
40+
uses: actions/setup-python@v5.0.0
4141
with:
4242
python-version: "${{ matrix.python_version }}"
4343

@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/[email protected]
7979

8080
- name: Set Up Python ${{ matrix.python_version }}
81-
uses: actions/setup-python@v4.7.1
81+
uses: actions/setup-python@v5.0.0
8282
with:
8383
python-version: "${{ matrix.python_version }}"
8484

@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Store Artifacts
139139
if: ${{ always() }}
140-
uses: actions/upload-artifact@v3.1.3
140+
uses: actions/upload-artifact@v4.0.0
141141
with:
142142
name: test_reports_${{ matrix.python_version }}
143143
path: test-reports/

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: actions/[email protected]
2525

2626
- name: Dependency Review
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].4
2828
with:
2929
fail-on-severity: critical

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Set Up Python
4444
id: set_up_python
45-
uses: actions/setup-python@v4.7.1
45+
uses: actions/setup-python@v5.0.0
4646
with:
4747
python-version: "3.10.9"
4848

@@ -53,7 +53,7 @@ jobs:
5353
key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('Makefile', 'make/**.mk') }}
5454

5555
- name: Restore Artifacts (Release)
56-
uses: actions/download-artifact@v3.0.2
56+
uses: actions/download-artifact@v4.1.0
5757
with:
5858
name: release
5959
path: ${{ inputs.artifacts_path }}/

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Set Up Python
4141
id: set_up_python
42-
uses: actions/setup-python@v4.7.1
42+
uses: actions/setup-python@v5.0.0
4343
with:
4444
python-version: "3.10.9"
4545

@@ -68,7 +68,7 @@ jobs:
6868
make dist
6969
7070
- name: Store Artifacts
71-
uses: actions/upload-artifact@v3.1.3
71+
uses: actions/upload-artifact@v4.0.0
7272
with:
7373
name: release
7474
path: ${{ env.ARTIFACTS_PATH }}/

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# History
22

3+
## 0.25.0 (2024-10-01)
4+
5+
- (PR #581, 2024-01-03) chore: Bump the production-dependencies group with 4 updates
6+
- (PR #571, 2024-01-03) chore: Bump cryptography from 41.0.4 to 41.0.6
7+
- (PR #580, 2024-01-09) chore: Bump the development-dependencies group with 7 updates
8+
- (PR #583, 2024-01-10) dte: Allow gaps when validating order of `DteXmlData.referencias`
9+
- (PR #579, 2024-01-10) chore: Bump pydantic from 2.4.2 to 2.5.3
10+
311
## 0.24.0 (2023-11-09)
412

513
- (PR #555, 2023-10-23) Fix GitHub code scanning alerts 'Clear-text logging of sensitive info'

requirements-dev.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
-c requirements.txt
66

7-
black==23.10.1
7+
black==23.12.1
88
bumpversion==0.5.3
9-
coverage==7.3.2
9+
coverage==7.4.0
1010
flake8==6.1.0
11-
isort==5.12.0
12-
mypy==1.6.1
11+
isort==5.13.2
12+
mypy==1.8.0
1313
pip-tools==7.3.0
14-
tox==4.11.3
14+
tox==4.11.4
1515
twine==4.0.2
16-
types-jsonschema==4.19.0.4
16+
types-jsonschema==4.20.0.0
1717
types-pyOpenSSL==23.3.0.0
1818
types-pytz==2023.3.1.1
19-
wheel==0.41.3
19+
wheel==0.42.0

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==23.1.0
88
# via
99
# -c requirements.txt
1010
# referencing
11-
black==23.10.1
11+
black==23.12.1
1212
# via -r requirements-dev.in
1313
bleach==5.0.1
1414
# via readme-renderer
@@ -36,9 +36,9 @@ click==8.0.3
3636
# pip-tools
3737
colorama==0.4.6
3838
# via tox
39-
coverage==7.3.2
39+
coverage==7.4.0
4040
# via -r requirements-dev.in
41-
cryptography==41.0.4
41+
cryptography==41.0.6
4242
# via
4343
# -c requirements.txt
4444
# secretstorage
@@ -60,7 +60,7 @@ importlib-metadata==6.1.0
6060
# -c requirements.txt
6161
# build
6262
# twine
63-
isort==5.12.0
63+
isort==5.13.2
6464
# via -r requirements-dev.in
6565
jeepney==0.8.0
6666
# via
@@ -74,7 +74,7 @@ mccabe==0.7.0
7474
# via flake8
7575
mdurl==0.1.2
7676
# via markdown-it-py
77-
mypy==1.6.1
77+
mypy==1.8.0
7878
# via -r requirements-dev.in
7979
mypy-extensions==1.0.0
8080
# via
@@ -149,11 +149,11 @@ tomli==2.0.1
149149
# pyproject-api
150150
# pyproject-hooks
151151
# tox
152-
tox==4.11.3
152+
tox==4.11.4
153153
# via -r requirements-dev.in
154154
twine==4.0.2
155155
# via -r requirements-dev.in
156-
types-jsonschema==4.19.0.4
156+
types-jsonschema==4.20.0.0
157157
# via -r requirements-dev.in
158158
types-pyopenssl==23.3.0.0
159159
# via -r requirements-dev.in
@@ -173,7 +173,7 @@ virtualenv==20.24.5
173173
# via tox
174174
webencodings==0.5.1
175175
# via bleach
176-
wheel==0.41.3
176+
wheel==0.42.0
177177
# via
178178
# -r requirements-dev.in
179179
# pip-tools

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# Note: To install a package from a Git VCS repository, see the following example:
66
# git+https://github.com/example/example.git@example-vcs-ref#egg=example-pkg[foo,bar]==1.42.3
77

8-
cryptography==41.0.4
8+
cryptography==41.0.6
99
defusedxml==0.7.1
1010
Django>=2.2.24
1111
djangorestframework>=3.10.3,<3.15
1212
importlib-metadata==6.1.0
1313
jsonschema==4.19.2
1414
lxml==4.9.2
1515
marshmallow==3.20.1
16-
pydantic==2.4.2
16+
pydantic==2.5.3
1717
pyOpenSSL==23.2.0
1818
pytz==2023.3.post1
1919
signxml==3.2.1

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi==2023.7.22
1616
# via signxml
1717
cffi==1.15.1
1818
# via cryptography
19-
cryptography==41.0.4
19+
cryptography==41.0.6
2020
# via
2121
# -r requirements.in
2222
# pyopenssl
@@ -51,9 +51,9 @@ pkgutil-resolve-name==1.3.10
5151
# via jsonschema
5252
pycparser==2.20
5353
# via cffi
54-
pydantic==2.4.2
54+
pydantic==2.5.3
5555
# via -r requirements.in
56-
pydantic-core==2.10.1
56+
pydantic-core==2.14.6
5757
# via pydantic
5858
pyopenssl==23.2.0
5959
# via

0 commit comments

Comments
 (0)