From 58a9de14488c31ed061a2eeadeec8502150a77a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:27:42 +0000 Subject: [PATCH 01/20] chore: Bump codecov/codecov-action from 3.1.2 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ab996a..2d12867 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,7 @@ jobs: make test-coverage-report - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3.1.2 + uses: codecov/codecov-action@v3.1.4 with: directory: ./test_reports/coverage/ fail_ci_if_error: true From c741b18899bae43b7938fdd5699f83a3882c8846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:32:25 +0000 Subject: [PATCH 02/20] chore: Bump actions/checkout from 3.5.2 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d12867..6fd8de3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Set Up Python ${{ matrix.python_version }} uses: actions/setup-python@v4.5.0 @@ -75,7 +75,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Set Up Python ${{ matrix.python_version }} uses: actions/setup-python@v4.5.0 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 2c3c169..42db3e3 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Dependency Review uses: actions/dependency-review-action@v3.0.4 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6d61f8d..b875585 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Set Up Python id: set_up_python diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4547017..80ff499 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Set Up Python id: set_up_python From 21f30cd4f74ef9d144bb433cab1064b08a55ae24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:36:16 +0000 Subject: [PATCH 03/20] chore: Bump actions/setup-python from 4.5.0 to 4.7.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6fd8de3..5e6c304 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Set Up Python ${{ matrix.python_version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.7.0 with: python-version: "${{ matrix.python_version }}" @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Set Up Python ${{ matrix.python_version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.7.0 with: python-version: "${{ matrix.python_version }}" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b875585..847961f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: - name: Set Up Python id: set_up_python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.7.0 with: python-version: "3.10.9" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 80ff499..72f37dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: - name: Set Up Python id: set_up_python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.7.0 with: python-version: "3.10.9" From 93ea1895a83ef0b379c17ea16ecfb3f6774be018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:37:38 +0000 Subject: [PATCH 04/20] chore: Bump actions/dependency-review-action from 3.0.4 to 3.0.6 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3.0.4...v3.0.6) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 42db3e3..fa84e1d 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v3.5.3 - name: Dependency Review - uses: actions/dependency-review-action@v3.0.4 + uses: actions/dependency-review-action@v3.0.6 with: fail-on-severity: critical From f3488eba6edd0fd8e808a76e93ab00990201edfa Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Thu, 20 Jul 2023 09:48:09 -0400 Subject: [PATCH 05/20] chore(deps): Update `pip` from 22.1.2 to 23.1.2 - [Software Repository](https://pypi.org/project/pip/23.1.2/) - [Release notes](https://pip.pypa.io/en/stable/news/#v23-1-2) - [Changelog](https://github.com/pypa/pip/blob/23.1.2/NEWS.rst#2312-2023-04-26) - [Commits](https://github.com/pypa/pip/compare/22.1.2...23.1.2) Update procedure: - Update Make variable `PYTHON_PIP_VERSION_SPECIFIER`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0b71bb..5a6ac24 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL = /usr/bin/env bash -e -o pipefail # Python PYTHON = python3 PYTHON_PIP = $(PYTHON) -m pip -PYTHON_PIP_VERSION_SPECIFIER = ~=22.1.2 +PYTHON_PIP_VERSION_SPECIFIER = ==23.1.2 PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ~=59.4.0 PYTHON_WHEEL_VERSION_SPECIFIER = ~=0.37.1 PYTHON_VIRTUALENV_DIR = lib-pe-sunat.pyenv From 89cd384cf38c76c56e794041246c33d2b40fc86f Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 18 Jul 2023 15:29:50 -0400 Subject: [PATCH 06/20] chore(deps): Update `pip-tools` from 6.8.0 to 6.14.0 - [Software Repository](https://pypi.org/project/pip-tools/6.14.0/) - [Release notes](https://github.com/jazzband/pip-tools/releases/tag/6.14.0) - [Changelog](https://github.com/jazzband/pip-tools/blob/6.14.0/CHANGELOG.md#6140-2023-06-28) - [Commits](https://github.com/jazzband/pip-tools/compare/6.8.0...6.14.0) Update procedure: - Update Make variable `PYTHON_PIP_TOOLS_VERSION_SPECIFIER`. - Compile Python dependency manifests with `make python-deps-compile`. --- Makefile | 2 +- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5a6ac24..8ab98b3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PYTHON_PIP_VERSION_SPECIFIER = ==23.1.2 PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ~=59.4.0 PYTHON_WHEEL_VERSION_SPECIFIER = ~=0.37.1 PYTHON_VIRTUALENV_DIR = lib-pe-sunat.pyenv -PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ~=6.8.0 +PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==6.14.0 PYTHON_PIP_TOOLS_SRC_FILES = requirements.in requirements-dev.in # Black diff --git a/requirements-dev.txt b/requirements-dev.txt index 583ce8b..ce4e20d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # pip-compile --strip-extras requirements-dev.in # diff --git a/requirements.txt b/requirements.txt index 739a6f4..4b3338d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # pip-compile --strip-extras requirements.in # From cf44aaa37575c08e57f8e88f21725e77a3976978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:46:32 +0000 Subject: [PATCH 07/20] chore: Bump mypy from 1.1.1 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 17fa856..5723137 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,7 +10,7 @@ flake8-formatter-junit-xml==0.0.6 flake8==6.0.0 ipython==8.10.0 isort==5.12.0 -mypy==1.1.1 +mypy==1.4.1 tox==4.5.1 twine==4.0.2 unittest-xml-reporting==3.2.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index ce4e20d..d40dc24 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -76,7 +76,7 @@ matplotlib-inline==0.1.3 # via ipython mccabe==0.7.0 # via flake8 -mypy==1.1.1 +mypy==1.4.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via From 1dd380c6dc0fb1cc5b8d6af424898ac944e4a805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:41:05 +0000 Subject: [PATCH 08/20] chore: Bump actions/dependency-review-action from 3.0.6 to 3.0.8 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.6 to 3.0.8. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3.0.6...v3.0.8) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index fa84e1d..bb2e41f 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v3.5.3 - name: Dependency Review - uses: actions/dependency-review-action@v3.0.6 + uses: actions/dependency-review-action@v3.0.8 with: fail-on-severity: critical From ef76791d218d06d5b91c20e112b9c88c2f8b1eaa Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Thu, 14 Sep 2023 13:54:15 -0300 Subject: [PATCH 09/20] chore: Update each Python Version for GitHub Actions Ref: https://app.shortcut.com/cordada/story/595/lib-pe-sunat-python-ci-cd-python --- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e6c304..a55bee3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,9 +28,9 @@ jobs: strategy: matrix: python_version: - - "3.8.13" - - "3.9.13" - - "3.10.9" + - "3.8.18" + - "3.9.18" + - "3.10.13" steps: - name: Check Out VCS Repository @@ -69,9 +69,9 @@ jobs: strategy: matrix: python_version: - - "3.8.13" - - "3.9.13" - - "3.10.9" + - "3.8.18" + - "3.9.18" + - "3.10.13" steps: - name: Check Out VCS Repository diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 847961f..a32645a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: id: set_up_python uses: actions/setup-python@v4.7.0 with: - python-version: "3.10.9" + python-version: "3.10.13" - name: Restoring/Saving Cache uses: actions/cache@v3.3.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72f37dd..86eccc1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: id: set_up_python uses: actions/setup-python@v4.7.0 with: - python-version: "3.10.9" + python-version: "3.10.13" - name: Create Python Virtual Environment run: make python-virtualenv PYTHON_VIRTUALENV_DIR=".pyenv" From 5d984e3a569093913383982ddf175bf729ec7ed7 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Thu, 14 Sep 2023 17:43:24 -0300 Subject: [PATCH 10/20] chore(deps): Update pip-tools from 6.14.0 to 7.3.0 - [Software Repository](https://pypi.org/project/pip-tools/7.3.0/) - [Release notes](https://github.com/jazzband/pip-tools/releases/tag/7.3.0) - [Changelog](https://github.com/jazzband/pip-tools/blob/7.3.0/CHANGELOG.md#v730) - [Commits](https://github.com/jazzband/pip-tools/compare/6.14.0...7.3.0) Update procedure: - Update Make variable `PYTHON_PIP_TOOLS_VERSION_SPECIFIER`. - Update version of `pip-tools` in file `requirements-dev.in`. - Compile Python dependency manifests with `make python-deps-compile`. --- Makefile | 2 +- make/python.mk | 2 +- requirements-dev.in | 1 + requirements-dev.txt | 21 ++++++++++++++++++++- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8ab98b3..395b224 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PYTHON_PIP_VERSION_SPECIFIER = ==23.1.2 PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ~=59.4.0 PYTHON_WHEEL_VERSION_SPECIFIER = ~=0.37.1 PYTHON_VIRTUALENV_DIR = lib-pe-sunat.pyenv -PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==6.14.0 +PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==7.3.0 PYTHON_PIP_TOOLS_SRC_FILES = requirements.in requirements-dev.in # Black diff --git a/make/python.mk b/make/python.mk index 360aeda..42bad50 100644 --- a/make/python.mk +++ b/make/python.mk @@ -4,7 +4,7 @@ PYTHON_VIRTUALENV_DIR ?= pyenv PYTHON_PIP_VERSION_SPECIFIER ?= >=21.1.2 PYTHON_SETUPTOOLS_VERSION_SPECIFIER ?= >=57.0.0 PYTHON_WHEEL_VERSION_SPECIFIER ?= >=0.36.2 -PYTHON_PIP_TOOLS_VERSION_SPECIFIER ?= >=6.1.0 +PYTHON_PIP_TOOLS_VERSION_SPECIFIER ?= >=7.0.0 PYTHON_PIP_TOOLS_SRC_FILES ?= requirements.in .PHONY: python-pip-install diff --git a/requirements-dev.in b/requirements-dev.in index 5723137..9619a1a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -11,6 +11,7 @@ flake8==6.0.0 ipython==8.10.0 isort==5.12.0 mypy==1.4.1 +pip-tools==7.3.0 tox==4.5.1 twine==4.0.2 unittest-xml-reporting==3.2.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index d40dc24..5a4d3a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,8 @@ black==23.3.0 # via -r requirements-dev.in bleach==5.0.1 # via readme-renderer +build==1.0.3 + # via pip-tools cachetools==5.3.0 # via tox certifi==2022.12.7 @@ -23,7 +25,9 @@ chardet==5.1.0 charset-normalizer==2.1.0 # via requests click==8.1.3 - # via black + # via + # black + # pip-tools colorama==0.4.6 # via tox commonmark==0.9.1 @@ -54,6 +58,7 @@ idna==3.3 # via requests importlib-metadata==4.12.0 # via + # build # keyring # twine ipython==8.10.0 @@ -85,6 +90,7 @@ mypy-extensions==1.0.0 packaging==23.1 # via # black + # build # pyproject-api # tox parso==0.8.3 @@ -95,6 +101,8 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython +pip-tools==7.3.0 + # via -r requirements-dev.in pkginfo==1.8.3 # via twine platformdirs==3.5.0 @@ -123,6 +131,8 @@ pygments==2.12.0 # rich pyproject-api==1.5.1 # via tox +pyproject-hooks==1.0.0 + # via build readme-renderer==35.0 # via twine requests==2.28.1 @@ -147,8 +157,11 @@ stack-data==0.6.2 tomli==2.0.1 # via # black + # build # mypy + # pip-tools # pyproject-api + # pyproject-hooks # tox tox==4.5.1 # via -r requirements-dev.in @@ -175,5 +188,11 @@ wcwidth==0.2.5 # via prompt-toolkit webencodings==0.5.1 # via bleach +wheel==0.41.2 + # via pip-tools zipp==3.8.1 # via importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +# pip +# setuptools From a76bfe21cf36f35eeb98b685c476991182bd40a6 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Thu, 14 Sep 2023 17:43:24 -0300 Subject: [PATCH 11/20] chore(deps): Add argument `--allow-unsafe` to `pip-compile` --- make/python.mk | 2 +- requirements-dev.txt | 8 +++++--- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/make/python.mk b/make/python.mk index 42bad50..c0ef107 100644 --- a/make/python.mk +++ b/make/python.mk @@ -24,7 +24,7 @@ python-deps-compile: $(patsubst %,python-deps-compile-%,$(PYTHON_PIP_TOOLS_SRC_F python-deps-compile: ## Compile Python dependency manifests python-deps-compile-%: - pip-compile --strip-extras --quiet "$(*)" + pip-compile --allow-unsafe --strip-extras --quiet "$(*)" .PHONY: python-deps-sync-check python-deps-sync-check: $(patsubst %,python-deps-sync-check-%,$(PYTHON_PIP_TOOLS_SRC_FILES)) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5a4d3a9..f64aa20 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile --strip-extras requirements-dev.in +# pip-compile --allow-unsafe --strip-extras requirements-dev.in # asttokens==2.2.1 # via stack-data @@ -194,5 +194,7 @@ zipp==3.8.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# pip -# setuptools +pip==23.2.1 + # via pip-tools +setuptools==68.2.2 + # via pip-tools diff --git a/requirements.txt b/requirements.txt index 4b3338d..d7a56b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile --strip-extras requirements.in +# pip-compile --allow-unsafe --strip-extras requirements.in # From f9f52616558ca84bbd8dec109346e99db5fb60d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:05:10 +0000 Subject: [PATCH 12/20] chore: Bump actions/checkout from 3.5.3 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.3...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a55bee3..70a775b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Set Up Python ${{ matrix.python_version }} uses: actions/setup-python@v4.7.0 @@ -75,7 +75,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Set Up Python ${{ matrix.python_version }} uses: actions/setup-python@v4.7.0 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index bb2e41f..11c935c 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Dependency Review uses: actions/dependency-review-action@v3.0.8 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a32645a..15dfa20 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Set Up Python id: set_up_python diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 86eccc1..0d374b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Set Up Python id: set_up_python From 4121d1781f80de0e2902515f624b1b81220e0aba Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 26 Sep 2023 16:12:24 -0300 Subject: [PATCH 13/20] chore: Add dependency groups to Dependabot configuration > Dependabot grouped updates are currently in beta and is subject to change. > > By default, Dependabot raises a single pull request for each dependency > that needs to be updated to a newer version. You can use `groups` to > create sets of dependencies (per package manager), so that Dependabot > opens a single pull request to update multiple dependencies at the > same time. - Add group for development dependencies to Python dependencies. - Add group for production dependencies to GitHub Actions dependencies. Related documentation: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a54fdc0..6c64e11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,9 @@ updates: ignore: - dependency-name: "ipython" update-types: ["version-update:semver-major"] + groups: + development-dependencies: + dependency-type: development schedule: interval: monthly commit-message: @@ -25,6 +28,9 @@ updates: - package-ecosystem: github-actions directory: / + groups: + production-dependencies: + dependency-type: production schedule: interval: monthly commit-message: From d5c9fdadabb923496dfa59486a876437637c8ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:17:20 +0000 Subject: [PATCH 14/20] chore: Bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `actions/cache` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2) Updates `actions/upload-artifact` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3) Updates `actions/dependency-review-action` from 3.0.8 to 3.1.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3.0.8...v3.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70a775b..4dffcfb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: run: make python-virtualenv PYTHON_VIRTUALENV_DIR=".pyenv" - name: Restoring/Saving Cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ".pyenv" key: py-v1-deps-${{ runner.os }}-${{ matrix.python_version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('Makefile', 'make/**.mk') }} @@ -83,7 +83,7 @@ jobs: python-version: "${{ matrix.python_version }}" - name: Restoring/Saving Cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ".pyenv" key: py-v1-deps-${{ runner.os }}-${{ matrix.python_version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('Makefile', 'make/**.mk') }} @@ -135,7 +135,7 @@ jobs: - name: Store Artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: test_reports_${{ matrix.python_version }} path: test_reports/ diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 11c935c..bff7184 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v4.1.0 - name: Dependency Review - uses: actions/dependency-review-action@v3.0.8 + uses: actions/dependency-review-action@v3.1.0 with: fail-on-severity: critical diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 15dfa20..3f69ffd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: python-version: "3.10.13" - name: Restoring/Saving Cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ".pyenv" key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('Makefile', 'make/**.mk') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0d374b1..676c1ef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: run: make python-virtualenv PYTHON_VIRTUALENV_DIR=".pyenv" - name: Restoring/Saving Cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ".pyenv" key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('Makefile', 'make/**.mk') }} @@ -68,7 +68,7 @@ jobs: make dist - name: Store Artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: release path: ${{ env.ARTIFACTS_PATH }}/ From 7aa044884a933309511a200bea31e3e71a1c1473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:25:12 +0000 Subject: [PATCH 15/20] chore: Bump the development-dependencies group with 6 updates Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.3.0` | `23.9.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.2.5` | `7.3.1` | | [flake8](https://github.com/pycqa/flake8) | `6.0.0` | `6.1.0` | | [ipython](https://github.com/ipython/ipython) | `8.10.0` | `8.12.2` | | [mypy](https://github.com/python/mypy) | `1.4.1` | `1.5.1` | | [tox](https://github.com/tox-dev/tox) | `4.5.1` | `4.11.3` | Updates `black` from 23.3.0 to 23.9.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...23.9.1) Updates `coverage` from 7.2.5 to 7.3.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.5...7.3.1) Updates `flake8` from 6.0.0 to 6.1.0 - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) Updates `ipython` from 8.10.0 to 8.12.2 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.10.0...8.12.2) Updates `mypy` from 1.4.1 to 1.5.1 - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.1) Updates `tox` from 4.5.1 to 4.11.3 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.5.1...4.11.3) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 12 ++++++------ requirements-dev.txt | 33 +++++++++++++++++---------------- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 9619a1a..0a982f1 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -4,14 +4,14 @@ -c requirements.txt -black==23.3.0 -coverage==7.2.5 +black==23.9.1 +coverage==7.3.1 flake8-formatter-junit-xml==0.0.6 -flake8==6.0.0 -ipython==8.10.0 +flake8==6.1.0 +ipython==8.12.2 isort==5.12.0 -mypy==1.4.1 +mypy==1.5.1 pip-tools==7.3.0 -tox==4.5.1 +tox==4.11.3 twine==4.0.2 unittest-xml-reporting==3.2.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index f64aa20..ab62204 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,19 +8,19 @@ asttokens==2.2.1 # via stack-data backcall==0.2.0 # via ipython -black==23.3.0 +black==23.9.1 # via -r requirements-dev.in bleach==5.0.1 # via readme-renderer build==1.0.3 # via pip-tools -cachetools==5.3.0 +cachetools==5.3.1 # via tox certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography -chardet==5.1.0 +chardet==5.2.0 # via tox charset-normalizer==2.1.0 # via requests @@ -32,23 +32,23 @@ colorama==0.4.6 # via tox commonmark==0.9.1 # via rich -coverage==7.2.5 +coverage==7.3.1 # via -r requirements-dev.in cryptography==39.0.1 # via secretstorage decorator==5.1.1 # via ipython -distlib==0.3.6 +distlib==0.3.7 # via virtualenv docutils==0.19 # via readme-renderer executing==1.2.0 # via stack-data -filelock==3.12.0 +filelock==3.12.4 # via # tox # virtualenv -flake8==6.0.0 +flake8==6.1.0 # via # -r requirements-dev.in # flake8-formatter-junit-xml @@ -61,7 +61,7 @@ importlib-metadata==4.12.0 # build # keyring # twine -ipython==8.10.0 +ipython==8.12.2 # via -r requirements-dev.in isort==5.12.0 # via -r requirements-dev.in @@ -81,7 +81,7 @@ matplotlib-inline==0.1.3 # via ipython mccabe==0.7.0 # via flake8 -mypy==1.4.1 +mypy==1.5.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via @@ -105,12 +105,12 @@ pip-tools==7.3.0 # via -r requirements-dev.in pkginfo==1.8.3 # via twine -platformdirs==3.5.0 +platformdirs==3.10.0 # via # black # tox # virtualenv -pluggy==1.0.0 +pluggy==1.3.0 # via tox prompt-toolkit==3.0.30 # via ipython @@ -118,18 +118,18 @@ ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via flake8 pycparser==2.21 # via cffi -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 pygments==2.12.0 # via # ipython # readme-renderer # rich -pyproject-api==1.5.1 +pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 # via build @@ -163,7 +163,7 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tox==4.5.1 +tox==4.11.3 # via -r requirements-dev.in traitlets==5.3.0 # via @@ -174,6 +174,7 @@ twine==4.0.2 typing-extensions==4.3.0 # via # black + # ipython # mypy # rich unittest-xml-reporting==3.2.0 @@ -182,7 +183,7 @@ urllib3==1.26.11 # via # requests # twine -virtualenv==20.23.0 +virtualenv==20.24.5 # via tox wcwidth==0.2.5 # via prompt-toolkit From 55ecd8a39a4f11c8ee473940fa3aa39504dd6bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:36:57 +0000 Subject: [PATCH 16/20] chore: Bump cryptography from 39.0.1 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ab62204..2fd865b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ commonmark==0.9.1 # via rich coverage==7.3.1 # via -r requirements-dev.in -cryptography==39.0.1 +cryptography==41.0.4 # via secretstorage decorator==5.1.1 # via ipython From c46677351b148a7b7b5caab885c09e9d3c7381f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:40:31 +0000 Subject: [PATCH 17/20] chore: Bump requests from 2.28.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2fd865b..e239a95 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -135,7 +135,7 @@ pyproject-hooks==1.0.0 # via build readme-renderer==35.0 # via twine -requests==2.28.1 +requests==2.31.0 # via # requests-toolbelt # twine From 8b2575ee6317c089d4afd0f30b88b3398f757860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:27:56 +0000 Subject: [PATCH 18/20] chore: Bump pygments from 2.12.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.12.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e239a95..99f6126 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -124,7 +124,7 @@ pycparser==2.21 # via cffi pyflakes==3.1.0 # via flake8 -pygments==2.12.0 +pygments==2.15.0 # via # ipython # readme-renderer From 26fe4f27a52e66abb59c8b30c055e5852c67d0fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:40:47 +0000 Subject: [PATCH 19/20] chore: Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 99f6126..4efa1a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ build==1.0.3 # via pip-tools cachetools==5.3.1 # via tox -certifi==2022.12.7 +certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography From 9115793b3398c95ca2297fd1abb610f6455cec2f Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 26 Sep 2023 18:03:10 -0300 Subject: [PATCH 20/20] chore: Release 1.3.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ cordada/pe_sunat/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132324c..ff2fd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 1.3.2 (2023-09-26) + +- (PR #101, 2023-07-13) chore: Bump codecov/codecov-action from 3.1.2 to 3.1.4 +- (PR #110, 2023-07-13) chore: Bump actions/checkout from 3.5.2 to 3.5.3 +- (PR #111, 2023-07-13) chore: Bump actions/setup-python from 4.5.0 to 4.7.0 +- (PR #100, 2023-07-13) chore: Bump actions/dependency-review-action from 3.0.4 to 3.0.6 +- (PR #115, 2023-07-20) chore(deps): Update `pip` from 22.1.2 to 23.1.2 +- (PR #113, 2023-07-20) chore(deps): Update `pip-tools` from 6.8.0 to 6.14.0 +- (PR #107, 2023-07-20) chore: Bump mypy from 1.1.1 to 1.4.1 +- (PR #122, 2023-09-04) chore: Bump actions/dependency-review-action from 3.0.6 to 3.0.8 +- (PR #125, 2023-09-14) Update each Python Version for GitHub Actions +- (PR #126, 2023-09-14) Update pip-tools from 6.14.0 to 7.3.0 +- (PR #129, 2023-09-14) chore(deps): Add argument `--allow-unsafe` to `pip-compile` +- (PR #131, 2023-09-26) chore: Bump actions/checkout from 3.5.3 to 4.1.0 +- (PR #132, 2023-09-26) Add dependency groups to Dependabot configuration +- (PR #133, 2023-09-26) chore: Bump the production-dependencies group with 3 updates +- (PR #134, 2023-09-26) chore: Bump the development-dependencies group with 6 updates +- (PR #130, 2023-09-26) chore: Bump cryptography from 39.0.1 to 41.0.4 +- (PR #97, 2023-09-26) chore: Bump requests from 2.28.1 to 2.31.0 +- (PR #114, 2023-09-26) chore: Bump pygments from 2.12.0 to 2.15.0 +- (PR #117, 2023-09-26) chore: Bump certifi from 2022.12.7 to 2023.7.22 + ## 1.3.1 (2023-06-09) - (PR #68, 2023-03-13) chore: bump mypy from 0.991 to 1.0.1 diff --git a/cordada/pe_sunat/__init__.py b/cordada/pe_sunat/__init__.py index a258e75..44c0d5c 100644 --- a/cordada/pe_sunat/__init__.py +++ b/cordada/pe_sunat/__init__.py @@ -2,4 +2,4 @@ PE-SUNAT Python Library """ -__version__ = '1.3.1' +__version__ = '1.3.2'