Commit graph

29 commits

Author SHA1 Message Date
foamyguy
fa59c1ecf9 remove findimports req, remove comment from test_circup 2025-03-31 09:41:15 -05:00
foamyguy
57a72ea91a change requirements to match setup.py 2024-04-06 11:21:26 -05:00
James Ward
255493fbcb
chore: bump semver to 3.0.x 2023-10-29 17:17:33 -04:00
dependabot[bot]
4e9a70a22a
Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [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/1.26.17...1.26.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:24:38 +00:00
dependabot[bot]
27160fe75d
Bump urllib3 from 1.26.5 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17.
- [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/1.26.5...1.26.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 04:39:00 +00:00
Alec Delaney
9047f8c072
Merge pull request #173 from adafruit/dependabot/pip/pygments-2.15.0
Bump pygments from 2.7.4 to 2.15.0
2023-07-28 00:42:35 -04:00
dependabot[bot]
523b64a2c7
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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 20:48:26 +00:00
dependabot[bot]
d411bae64d
Bump pygments from 2.7.4 to 2.15.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 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.7.4...2.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 13:11:46 +00:00
dependabot[bot]
c29fc11ab7
Bump requests from 2.26.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.26.0 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.26.0...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 02:04:52 +00:00
dependabot[bot]
717d015742
Bump certifi from 2019.6.16 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2019.06.16...2022.12.07)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 06:20:12 +00:00
Alec Delaney
0a7f3fcfa0
Switch underscore for hyphen 2022-07-04 23:52:02 -04:00
Alec Delaney
af8034615c
Update pinned importlib_metadata version 2022-07-04 23:29:29 -04:00
Dan Halbert
bfecb7593f Report if a newer version of circup is available 2021-12-22 12:52:42 -05:00
dependabot[bot]
d39063daac
Bump babel from 2.7.0 to 2.9.1
Bumps [babel](https://github.com/python-babel/babel) from 2.7.0 to 2.9.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](https://github.com/python-babel/babel/compare/v2.7.0...v2.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-21 18:38:55 +00:00
Jeff Epler
d075358280 Implement circup install --auto
`--auto` uses the `findimports` module to determine what is used by
code.py (or the filename given by --auto-file=, such as --auto-file=boot.py)

`requirements.txt` is regenerated and its license information has been
detached so that it can later be updated more easily with `pip freeze`.
2021-08-07 08:53:23 -05:00
Neradoc
f797cdd08e
add module names completion for install (#103)
* add module names completion for install

* sort completion suggestions

* add instructions in the readme

* switch to click 8

* update setup.py to click 8

* fix from rebase (missing bundle list)

* try not to update bundles for shell completion
2021-06-27 14:02:30 -07:00
dependabot[bot]
cacb685e95
Bump urllib3 from 1.25.8 to 1.26.5 and Requests to 2.*
* Bump urllib3 from 1.25.8 to 1.26.5
* Requests to 2.* to resolve dependency version conflicts

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5.
- [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/1.25.8...1.26.5)

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

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

* up requests version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com>
2021-06-03 13:27:31 -07:00
dependabot[bot]
101ce4df79
Bump urllib3 from 1.25.3 to 1.25.8
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.25.8.
- [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/1.25.3...1.25.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 21:57:31 +00:00
dependabot[bot]
12b7d9948d
Bump py from 1.8.0 to 1.10.0
Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.8.0...1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 19:46:10 +00:00
dependabot[bot]
3f5fb5e0fa
Bump pygments from 2.4.2 to 2.7.4
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4.
- [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.4.2...2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 22:50:36 +00:00
dependabot[bot]
3b43540b2a
Bump jinja2 from 2.10.1 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20 03:35:19 +00:00
Patrick
86c0d0a111
Fix 84 - Apply Cookiecutter style to Circup Repo (#85)
* add pre-commit, remove duplicate redundant from makefile, fix all the lints
* Use pre-commit checks in build action
* Renamed files for REUSE to work in Ubuntu
* Move pre-commit earlier to fail faster
* remove makefile dependency and update docs
2021-02-19 09:19:15 -08:00
dependabot[bot]
65f053fa21
Bump bleach from 3.1.4 to 3.3.0
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.4 to 3.3.0.
- [Release notes](https://github.com/mozilla/bleach/releases)
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.4...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 22:39:33 +00:00
Melissa LeBlanc-Williams
14be02048b
Merge pull request #63 from askpatrickw/black-and-pylint
Black and pylint Suport in dev environment
2021-01-06 11:55:14 -07:00
askpatricw
a4ee697062 remove dependencies add pylint 2021-01-06 00:28:59 -08:00
Craig Forbes
0c07ea45ac Update tests for circup.py changes to support --path option.
Update pluggy required version to fix error on python 3.8
2021-01-04 17:05:32 -06:00
askpatricw
1536d611df update to latest stable semver 2020-12-30 19:19:02 -08:00
Nicholas H.Tollervey
983f3bd4ec
Bump version of click in package dependencies. 2020-11-06 09:18:08 +00:00
Melissa LeBlanc-Williams
c59692f9bd Renamed requirements file for consistency 2020-04-17 11:13:52 -07:00
Renamed from rtd_requirements.txt (Browse further)