GitHub Action
d835d47c17
Release version 0.45.1
0.45.1
2024-03-17 22:30:14 +00:00
Jose Diaz-Gonzalez
2cd9061c46
Merge pull request #257 from dale-primer-e/40-backing-up-releases-using-fine-grained-token-ends-with-an-error
...
234 Backing up releases using fine grained token ends with an error
2024-03-17 18:29:04 -04:00
Jose Diaz-Gonzalez
0cc50bc4cb
Merge pull request #258 from josegonzalez/dependabot/pip/python-packages-1bc7570458
...
chore(deps): bump the python-packages group with 1 update
2024-03-16 14:05:08 -04:00
dependabot[bot]
436e8df0ac
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [zipp](https://github.com/jaraco/zipp ).
Updates `zipp` from 3.18.0 to 3.18.1
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.0...v3.18.1 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-15 14:00:44 +00:00
dale-primer-e
9812988a4a
Remove trailing whitespaces
...
That are triggering flake.
2024-03-15 08:27:09 +13:00
dale-primer-e
1eccebcb83
Fix error with as_app flag
2024-03-14 15:27:22 +13:00
dale-primer-e
122eb56aa1
Fix error downloading assets
...
When downloading assets using a fine grained token you will get a "can't
concat str to bytes" error. This is due to the fine grained token being
concatenated onto bytes in the line:
`request.add_header("Authorization", "Basic ".encode("ascii") + auth)`
This is better handled in the function `_construct_request` so I changed
the lines that construct the request in `download_file` to use the
function `_construct_request` and updated the function signature to
reflect that.
2024-03-14 15:02:49 +13:00
Jose Diaz-Gonzalez
a0fdae3314
Merge pull request #256 from josegonzalez/dependabot/pip/python-packages-7bf9c84fb1
...
chore(deps): bump the python-packages group with 1 update
2024-03-13 10:31:50 -04:00
dependabot[bot]
80fa92664c
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [zipp](https://github.com/jaraco/zipp ).
Updates `zipp` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.17.0...v3.18.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-13 14:07:08 +00:00
Jose Diaz-Gonzalez
7b69394488
Merge pull request #255 from josegonzalez/dependabot/pip/python-packages-b7495dafca
...
chore(deps): bump the python-packages group with 2 updates
2024-03-11 23:14:07 -04:00
dependabot[bot]
d1d3d84d95
chore(deps): bump the python-packages group with 2 updates
...
Bumps the python-packages group with 2 updates: [importlib-metadata](https://github.com/python/importlib_metadata ) and [packaging](https://github.com/pypa/packaging ).
Updates `importlib-metadata` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v7.0.1...v7.0.2 )
Updates `packaging` from 23.2 to 24.0
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/23.2...24.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-11 13:43:27 +00:00
Jose Diaz-Gonzalez
fff2aa4075
Merge pull request #253 from josegonzalez/dependabot/pip/python-packages-8501db5bed
...
chore(deps): bump the python-packages group with 2 updates
2024-03-05 00:14:53 -05:00
dependabot[bot]
8eba46d8a7
chore(deps): bump the python-packages group with 2 updates
...
Bumps the python-packages group with 2 updates: [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk ) and [rich](https://github.com/Textualize/rich ).
Updates `pkginfo` from 1.9.6 to 1.10.0
Updates `rich` from 13.7.0 to 13.7.1
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.7.0...v13.7.1 )
---
updated-dependencies:
- dependency-name: pkginfo
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-04 13:39:14 +00:00
Jose Diaz-Gonzalez
9dc3458dba
Merge pull request #251 from josegonzalez/dependabot/pip/python-packages-5d78d04739
...
chore(deps): bump the python-packages group with 1 update
2024-02-28 12:46:27 -05:00
dependabot[bot]
e9d7692123
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [keyring](https://github.com/jaraco/keyring ).
Updates `keyring` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/jaraco/keyring/releases )
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/keyring/compare/v24.3.0...v24.3.1 )
---
updated-dependencies:
- dependency-name: keyring
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-28 13:43:08 +00:00
Jose Diaz-Gonzalez
a1ef61f87c
Merge pull request #250 from josegonzalez/dependabot/pip/python-packages-b64df13e27
...
chore(deps): bump the python-packages group with 1 update
2024-02-27 11:09:25 -05:00
dependabot[bot]
6b62973997
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [readme-renderer](https://github.com/pypa/readme_renderer ).
Updates `readme-renderer` from 42.0 to 43.0
- [Release notes](https://github.com/pypa/readme_renderer/releases )
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/readme_renderer/compare/42.0...43.0 )
---
updated-dependencies:
- dependency-name: readme-renderer
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-27 14:05:42 +00:00
Jose Diaz-Gonzalez
b25af67898
Merge pull request #249 from josegonzalez/dependabot/pip/python-packages-ac51cbb969
...
chore(deps): bump the python-packages group with 1 update
2024-02-21 16:00:29 -05:00
dependabot[bot]
0380fb8e35
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [urllib3](https://github.com/urllib3/urllib3 ).
Updates `urllib3` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.0...2.2.1 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 13:15:55 +00:00
Jose Diaz-Gonzalez
f62fe5e6c9
Merge pull request #248 from josegonzalez/dependabot/pip/python-packages-1f78fe719d
...
chore(deps): bump the python-packages group with 1 update
2024-02-14 00:15:51 -05:00
dependabot[bot]
c97598c914
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [black](https://github.com/psf/black ).
Updates `black` from 24.1.1 to 24.2.0
- [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/24.1.1...24.2.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-13 13:59:09 +00:00
Jose Diaz-Gonzalez
c488b0adf9
Merge pull request #247 from josegonzalez/dependabot/pip/python-packages-83fd33f513
...
chore(deps): bump the python-packages group with 2 updates
2024-02-12 17:28:46 -05:00
dependabot[bot]
888815c271
chore(deps): bump the python-packages group with 2 updates
...
Bumps the python-packages group with 2 updates: [tqdm](https://github.com/tqdm/tqdm ) and [twine](https://github.com/pypa/twine ).
Updates `tqdm` from 4.66.1 to 4.66.2
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.2 )
Updates `twine` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/pypa/twine/releases )
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst )
- [Commits](https://github.com/pypa/twine/compare/4.0.2...5.0.0 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
- dependency-name: twine
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-12 13:44:39 +00:00
Jose Diaz-Gonzalez
66e11aa532
Merge pull request #245 from josegonzalez/dependabot/pip/python-packages-2a4cc26f6d
...
chore(deps): bump the python-packages group with 1 update
2024-02-08 19:56:34 -05:00
dependabot[bot]
d1874c0bd9
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [jaraco-classes](https://github.com/jaraco/jaraco.classes ).
Updates `jaraco-classes` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/jaraco/jaraco.classes/releases )
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/jaraco.classes/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: jaraco-classes
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-08 14:05:38 +00:00
Jose Diaz-Gonzalez
4c07bd1310
Merge pull request #242 from josegonzalez/dependabot/pip/python-packages-0117728348
...
chore(deps): bump the python-packages group with 1 update
2024-02-04 18:10:46 -05:00
dependabot[bot]
fd2d398025
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [certifi](https://github.com/certifi/python-certifi ).
Updates `certifi` from 2023.11.17 to 2024.2.2
- [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-02 13:26:36 +00:00
Jose Diaz-Gonzalez
53d2ceec10
Merge pull request #241 from josegonzalez/dependabot/pip/python-packages-8173d090d9
...
chore(deps): bump the python-packages group with 2 updates
2024-01-31 11:06:42 -05:00
dependabot[bot]
421a7ec62b
chore(deps): bump the python-packages group with 2 updates
...
Bumps the python-packages group with 2 updates: [platformdirs](https://github.com/platformdirs/platformdirs ) and [urllib3](https://github.com/urllib3/urllib3 ).
Updates `platformdirs` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/platformdirs/platformdirs/releases )
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/platformdirs/platformdirs/compare/4.1.0...4.2.0 )
Updates `urllib3` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.0 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-31 14:16:30 +00:00
Jose Diaz-Gonzalez
ec43649bcd
Merge pull request #240 from josegonzalez/dependabot/pip/python-packages-35d4ee13ea
...
chore(deps): bump the python-packages group with 1 update
2024-01-29 08:52:35 -05:00
dependabot[bot]
e869844dba
chore(deps): bump the python-packages group with 1 update
...
Bumps the python-packages group with 1 update: [black](https://github.com/psf/black ).
Updates `black` from 24.1.0 to 24.1.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/24.1.0...24.1.1 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-29 13:36:46 +00:00
GitHub Action
0857a37440
Release version 0.45.0
0.45.0
2024-01-29 12:52:57 +00:00
Jose Diaz-Gonzalez
585af4c4e3
Merge pull request #236 from BrOleg5/master
...
Add options to include certain number of latest release and skip prereleases
2024-01-29 07:51:35 -05:00
Jose Diaz-Gonzalez
41ec01d5cb
Merge pull request #233 from 8cH9azbsFifZ/master
...
Docker Images
2024-01-29 07:51:29 -05:00
Jose Diaz-Gonzalez
7dc22358df
Merge pull request #239 from josegonzalez/dependabot/pip/python-packages-1d7ddf90bb
...
chore(deps): bump the python-packages group with 6 updates
2024-01-29 07:50:21 -05:00
Jose Diaz-Gonzalez
b855bcabf6
Merge pull request #238 from mofe23/master
...
Fix 404 on hooks
2024-01-29 07:50:06 -05:00
dependabot[bot]
3c3262ed69
chore(deps): bump the python-packages group with 6 updates
...
Bumps the python-packages group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black ) | `23.11.0` | `24.1.0` |
| [flake8](https://github.com/pycqa/flake8 ) | `6.1.0` | `7.0.0` |
| [importlib-metadata](https://github.com/python/importlib_metadata ) | `7.0.0` | `7.0.1` |
| [more-itertools](https://github.com/more-itertools/more-itertools ) | `10.1.0` | `10.2.0` |
| [pathspec](https://github.com/cpburnz/python-pathspec ) | `0.11.2` | `0.12.1` |
| [pyflakes](https://github.com/PyCQA/pyflakes ) | `3.1.0` | `3.2.0` |
Updates `black` from 23.11.0 to 24.1.0
- [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.11.0...24.1.0 )
Updates `flake8` from 6.1.0 to 7.0.0
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0 )
Updates `importlib-metadata` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v7.0.0...v7.0.1 )
Updates `more-itertools` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases )
- [Commits](https://github.com/more-itertools/more-itertools/compare/v10.1.0...v10.2.0 )
Updates `pathspec` from 0.11.2 to 0.12.1
- [Release notes](https://github.com/cpburnz/python-pathspec/releases )
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst )
- [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.11.2...v0.12.1 )
Updates `pyflakes` from 3.1.0 to 3.2.0
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst )
- [Commits](https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
- dependency-name: more-itertools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: pathspec
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: pyflakes
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-26 14:14:51 +00:00
Moritz Federspiel
42b836f623
fix: Catch 404s for non-existing hooks. Fixes #176
...
Explanation: Repositories where no webhooks are defined return 404 errors. This breaks further script execution.
2024-01-16 15:17:48 +01:00
BrOleg5
09f4168db6
Fix code style.
2024-01-05 20:46:02 +08:00
BrOleg5
3e9a4fa0d8
Update CLI help output in README.
...
Rename destination of latest-releases argument.
2024-01-05 20:35:37 +08:00
BrOleg5
ab18e96ea8
Add option to skip prerelease versions.
...
Replace release sorting by tag with release sorting by creation date.
2024-01-05 20:26:08 +08:00
BrOleg5
eb88def888
Add option to include certain number of the latest releases.
2024-01-02 12:54:06 +08:00
8cH9azbsFifZ
7fe6541291
auto docker build
2023-12-30 13:04:45 +01:00
8cH9azbsFifZ
c8b8b270f6
vs code
2023-12-30 13:01:46 +01:00
Jose Diaz-Gonzalez
a97f15b519
Merge pull request #229 from josegonzalez/dependabot/pip/python-packages-6492013e8e
...
chore(deps): bump the python-packages group with 15 updates
2023-12-09 13:30:28 -05:00
dependabot[bot]
500c97c60e
chore(deps): bump the python-packages group with 15 updates
...
Bumps the python-packages group with 15 updates:
| Package | From | To |
| --- | --- | --- |
| [bleach](https://github.com/mozilla/bleach ) | `6.0.0` | `6.1.0` |
| [certifi](https://github.com/certifi/python-certifi ) | `2023.7.22` | `2023.11.17` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer ) | `3.1.0` | `3.3.2` |
| [idna](https://github.com/kjd/idna ) | `3.4` | `3.6` |
| [importlib-metadata](https://github.com/python/importlib_metadata ) | `6.6.0` | `7.0.0` |
| [jaraco-classes](https://github.com/jaraco/jaraco.classes ) | `3.2.3` | `3.3.0` |
| [keyring](https://github.com/jaraco/keyring ) | `23.13.1` | `24.3.0` |
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py ) | `2.2.0` | `3.0.0` |
| [more-itertools](https://github.com/more-itertools/more-itertools ) | `9.1.0` | `10.1.0` |
| [pygments](https://github.com/pygments/pygments ) | `2.15.1` | `2.17.2` |
| [readme-renderer](https://github.com/pypa/readme_renderer ) | `37.3` | `42.0` |
| [rich](https://github.com/Textualize/rich ) | `13.3.5` | `13.7.0` |
| [tqdm](https://github.com/tqdm/tqdm ) | `4.65.0` | `4.66.1` |
| [urllib3](https://github.com/urllib3/urllib3 ) | `2.0.7` | `2.1.0` |
| [zipp](https://github.com/jaraco/zipp ) | `3.15.0` | `3.17.0` |
Updates `bleach` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES )
- [Commits](https://github.com/mozilla/bleach/compare/v6.0.0...v6.1.0 )
Updates `certifi` from 2023.7.22 to 2023.11.17
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17 )
Updates `charset-normalizer` from 3.1.0 to 3.3.2
- [Release notes](https://github.com/Ousret/charset_normalizer/releases )
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.3.2 )
Updates `idna` from 3.4 to 3.6
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.6 )
Updates `importlib-metadata` from 6.6.0 to 7.0.0
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v6.6.0...v7.0.0 )
Updates `jaraco-classes` from 3.2.3 to 3.3.0
- [Release notes](https://github.com/jaraco/jaraco.classes/releases )
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/jaraco.classes/compare/v3.2.3...v3.3.0 )
Updates `keyring` from 23.13.1 to 24.3.0
- [Release notes](https://github.com/jaraco/keyring/releases )
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/keyring/compare/v23.13.1...v24.3.0 )
Updates `markdown-it-py` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases )
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md )
- [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.2.0...v3.0.0 )
Updates `more-itertools` from 9.1.0 to 10.1.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases )
- [Commits](https://github.com/more-itertools/more-itertools/compare/v9.1.0...v10.1.0 )
Updates `pygments` from 2.15.1 to 2.17.2
- [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.15.1...2.17.2 )
Updates `readme-renderer` from 37.3 to 42.0
- [Release notes](https://github.com/pypa/readme_renderer/releases )
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/readme_renderer/compare/37.3...42.0 )
Updates `rich` from 13.3.5 to 13.7.0
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.3.5...v13.7.0 )
Updates `tqdm` from 4.65.0 to 4.66.1
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1 )
Updates `urllib3` from 2.0.7 to 2.1.0
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.1.0 )
Updates `zipp` from 3.15.0 to 3.17.0
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.15.0...v3.17.0 )
---
updated-dependencies:
- dependency-name: bleach
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: jaraco-classes
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: keyring
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: markdown-it-py
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: more-itertools
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: readme-renderer
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python-packages
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-09 18:30:23 +00:00
Jose Diaz-Gonzalez
31a6e52a5e
fix: ensure wheel is installed
2023-12-09 12:34:58 -05:00
Jose Diaz-Gonzalez
4c5187bcff
chore: format python code
2023-12-09 12:31:33 -05:00
Jose Diaz-Gonzalez
2de69beffa
chore: format yaml
2023-12-09 12:31:33 -05:00
Jose Diaz-Gonzalez
96592295e1
chore: update gitignore
2023-12-09 12:31:33 -05:00