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.36.0 #719

Merged
merged 17 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
0e97585
chore: Bump actions/checkout in the production-dependencies group
dependabot[bot] Oct 1, 2024
318d19c
Merge pull request #715 from cordada/dependabot/github_actions/produc…
jtrobles-cdd Oct 1, 2024
bae3f61
chore: Refactor `cryptography.hazmat.*` Python imports
jtrobles-cdd Oct 1, 2024
b39402e
Merge pull request #717 from cordada/task/refactor-python-imports
jtrobles-cdd Oct 1, 2024
421aca7
fix: Update cleaning regex to match RUTs with non-numeric digits
svillegas-cdd Oct 1, 2024
878562e
Merge pull request #716 from cordada/task/sc-9821-lib-cl-sii-python-r…
svillegas-cdd Oct 2, 2024
07d8731
chore(deps): Bump tox in the development-dependencies group
dependabot[bot] Oct 1, 2024
9f62ba1
Merge pull request #710 from cordada/dependabot/pip/development-depen…
jtrobles-cdd Oct 3, 2024
34e0971
chore(deps): Bump django-filter from 24.2 to 24.3
dependabot[bot] Oct 3, 2024
5d72df2
Merge pull request #711 from cordada/dependabot/pip/django-filter-24.3
jtrobles-cdd Oct 3, 2024
529c52f
chore(deps): Bump pytz from 2024.1 to 2024.2
dependabot[bot] Oct 3, 2024
882e8e1
Merge pull request #714 from cordada/dependabot/pip/pytz-2024.2
jtrobles-cdd Oct 3, 2024
d2d1059
chore(deps): Bump importlib-metadata from 8.4.0 to 8.5.0
dependabot[bot] Oct 3, 2024
a8ab7e7
Merge pull request #712 from cordada/dependabot/pip/importlib-metadat…
jtrobles-cdd Oct 3, 2024
5d6e32f
chore: Update history for new version
svillegas-cdd Oct 3, 2024
6f85510
chore: Bump version from 0.35.0 to 0.36.0
svillegas-cdd Oct 3, 2024
05e1f30
Merge pull request #718 from cordada/release/v0.36.0
svillegas-cdd Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): Bump pytz from 2024.1 to 2024.2
Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2024.2.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
commit 529c52ffebf06173bf3f10ee701d45a286070c89
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ lxml==5.3.0
marshmallow==3.22.0
pydantic==2.9.2
pyOpenSSL==24.2.1
pytz==2024.1
pytz==2024.2
signxml==3.2.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyopenssl==24.2.1
# via
# -r requirements.in
# signxml
pytz==2024.1
pytz==2024.2
# via -r requirements.in
referencing==0.35.1
# via
Expand Down