Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy release v0.33.0 #699

Merged
merged 18 commits into from
Sep 24, 2024
Merged

Deploy release v0.33.0 #699

merged 18 commits into from
Sep 24, 2024

Conversation

svillegas-cdd
Copy link
Contributor

Ref: #698

dependabot bot and others added 18 commits September 1, 2024 08:53
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.8.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.2...v2.8.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump pydantic from 2.7.2 to 2.8.2
Bumps the development-dependencies group with 4 updates in the / directory:
[build](https://github.com/pypa/build), [mypy](https://github.com/python/mypy), [tox](https://github.com/tox-dev/tox) and [types-pytz](https://github.com/python/typeshed).

Updates `build` from 1.0.3 to 1.2.2
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.0.3...1.2.2)

Updates `mypy` from 1.11.1 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

Updates `tox` from 4.18.0 to 4.20.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.18.0...4.20.0)

Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20240913
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: build
  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-patch
  dependency-group: development-dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…dencies-1fb6770b20

chore(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates
deps: Update `pydantic` from 2.8.2 to 2.9.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.8...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
- `cryptography` has deprecated the function `load_key_and_certificates_from_pkcs12` so, the certificated should load from `primitives.serialization.pkcs12`
chore(deps): Bump cryptography from 42.0.8 to 43.0.1
- Add Pydantic type `cl_sii.extras.pydantic_types.Rut` that can be used
  in place of `cl_sii.rut.Rut` in Pydantic models and Pydantic data classes.
- Add extra `pydantic` to Python package.

Ref: https://app.shortcut.com/cordada/story/9729 [sc-9729]
Bumps the production-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.1...v5.2.0)

Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…tion-dependencies-142643c1bf

chore: Bump the production-dependencies group with 2 updates
Fix the following warning:

> cl_sii/cte/f29/parse_datos_obj.py:31:
> ResourceWarning: unclosed file
> <_io.TextIOWrapper name='cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json' mode='r' encoding='UTF-8'>
> CTE_F29_DATOS_OBJ_MISSING_KEY_FIXES: SiiCteF29DatosObjType = json.load(
cte: Close file object in `f29.parse_datos_obj`
@svillegas-cdd svillegas-cdd added task Task or chore kind: deploy Deployment labels Sep 24, 2024
@svillegas-cdd svillegas-cdd self-assigned this Sep 24, 2024
@svillegas-cdd svillegas-cdd requested a review from a team as a code owner September 24, 2024 20:40
Copy link

sonarcloud bot commented Sep 24, 2024

@svillegas-cdd svillegas-cdd merged commit 27f1547 into master Sep 24, 2024
32 checks passed
@svillegas-cdd svillegas-cdd deleted the deploy/v0.33.0 branch September 24, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: deploy Deployment task Task or chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants