403 Commits

Author SHA1 Message Date
Jonas Eschle
b3d0b4443b
Merge pull request #473 from ucsd-salad/feat/ignore-errors-flag
Add `--ignore-errors` to skip files with errors
2025-04-10 10:14:53 +02:00
Jonas Eschle
2ef6a981d5
Merge pull request #482 from bndr/fix_ci_coverage
fix typo
2025-04-08 10:56:33 +02:00
Jonas Eschle
fcfe190bed
Merge pull request #471 from rasa/rasa-py-3.13-support
chore: Add python 3.13 support, drop 3.8
2025-04-08 10:56:15 +02:00
Jonas Eschle
38af24c1d1 fix typo 2025-04-08 10:49:39 +02:00
Jonas Eschle
645451aa39 fix typo 2025-04-08 10:47:41 +02:00
Jonas Eschle
2326604c81 fix typo 2025-04-08 10:43:26 +02:00
Jonas Eschle
6e0447755c
Update flake8.yml ci 2025-04-08 09:51:13 +02:00
Jonas Eschle
da63e0d71c
Merge branch 'master' into rasa-py-3.13-support 2025-04-08 09:49:42 +02:00
Jonas Eschle
a7a6b856b0
Merge pull request #481 from bndr/projecttoml_upgrade
upgrade Python version
2025-04-08 09:45:54 +02:00
Jonas Eschle
cdcf14bce6 fix typo 2025-04-08 09:44:41 +02:00
Jonas Eschle
1f462ab50a upgrade Python version 2025-04-08 09:43:46 +02:00
Jonas Eschle
287da35bc2
Merge pull request #480 from bndr/add_venv_ignore
Add .venv to ignored files
2025-04-07 19:46:26 +02:00
Jonas Eschle
58d62cb7b8
Update pipreqs.py 2025-04-07 18:02:59 +02:00
Jonas Eschle
36efbbe460
Merge pull request #478 from bndr/precommit
add pre-commit configuration file
2025-04-07 17:47:39 +02:00
Jonas Eschle
08c5eb09cc
Merge pull request #479 from bndr/projecttoml_upgrade
Update pyproject.toml and tests.yml config
2025-04-07 17:47:27 +02:00
Jonas Eschle
34163de8d0
Merge pull request #325 from klieret/no-pin-doc-improvement
Doc: no-pin instead of non-pin for scheme
2025-04-07 17:45:23 +02:00
Jonas Eschle
d6d06a2f1f
Merge pull request #378 from testpushpleaseignore/master
add pywintypes to mapping
2025-04-07 17:43:02 +02:00
Jonas Eschle
1c319d7106
Merge pull request #394 from xinshoutw/patch-1
Update mapping for SpeechRecognition
2025-04-07 17:40:42 +02:00
Jonas Eschle
d6725caee6 upgrade Python version 2025-04-07 17:25:37 +02:00
Jonas Eschle
ebfa1f4832 Upgrade dependencies in pyproject.toml and tests.yml 2025-04-07 17:19:23 +02:00
Jonas Eschle
9eedfb39db Upgrade dependencies in pyproject.toml and tests.yml 2025-04-07 17:18:54 +02:00
Jonas Eschle
e5336a446a Update pyproject.toml and tests.yml config 2025-04-07 17:05:51 +02:00
Jonas Eschle
648a43ffbe add pre-commit configuration file 2025-04-07 16:41:44 +02:00
Jonas Eschle
3d490ec251
Merge pull request #440 from Pwuts/patch-1
Add mapping `jose` -> `python-jose`
2025-04-07 16:30:58 +02:00
Jonas Eschle
4c65892517
Merge pull request #443 from bndr/dependabot/pip/idna-3.7
Bump idna from 3.6 to 3.7
2025-04-07 16:25:50 +02:00
Jonas Eschle
a14e8b4256
Merge pull request #447 from bndr/dependabot/pip/jinja2-3.1.4
Bump jinja2 from 3.1.3 to 3.1.4
2025-04-07 16:25:31 +02:00
Jonas Eschle
cc8545d530
Merge pull request #373 from mcp292/patch-1
Add OpenCV mapping
2025-04-07 16:19:22 +02:00
Jonas Eschle
aabe973eb1
Merge pull request #477 from bndr/next
update tests badge in readme
2025-04-07 16:15:30 +02:00
Jonas Eschle
5cdc9019d7
Merge pull request #430 from Borda/readme/badge
update tests badge in readme [stale]
2025-04-07 16:11:17 +02:00
Shun Kashiwa
08eead345a
Add --ignore-errors to skip files with syntax errors and attempt to find requirements on a best-effort basis 2025-03-14 09:49:03 -07:00
Ross Smith II
967a6688cb chore: Add python 3.13 support, drop 3.8 2025-02-27 16:29:50 -08:00
Jirka Borovec
eb37d03ff7
Merge branch 'next' into readme/badge 2024-11-12 21:57:56 +01:00
dependabot[bot]
1e9cc81f8e
Bump jinja2 from 3.1.3 to 3.1.4
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 21:09:57 +00:00
dependabot[bot]
75e7892310
Bump idna from 3.6 to 3.7
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 04:43:35 +00:00
Reinier van der Leer
4767b6444e
Add mapping jose -> python-jose 2024-03-19 16:46:50 +01:00
Alan Barzilay
cd3f437689 release pipreqs v0.5 v0.5.0 2024-02-18 14:35:24 -03:00
Alan Barzilay
64fc5a2972 ci: fix 3.12 python tests
tests were failing due to too restrictive python version requirements
(<=3.12 when 3.12.X exist).
switching to <3.13 allows every python 3.12 patch version to work normally
2024-02-18 14:08:22 -03:00
Alan Barzilay
3a9bc86108 Merge branch 'next' 2024-02-18 14:04:54 -03:00
Alan Barzilay
769f3e501e Revert "Bump wheel from 0.23.0 to 0.38.1"
this is causing too many weird conflicts to merge next into master. Also,
requirements file was deprecated in next branch in lieu of
pyproject.toml

This reverts commit 68f9b2859d45a60e699839f87b1b9558cd36a329.
2024-02-18 14:00:26 -03:00
Jirka Borovec
e4faec2c1e
update tests badge in readme 2024-01-16 13:34:00 +01:00
mateuslatrova
4a9176b39a add support for .pyw files
Now, pipreqs will also scan imports in .pyw files by default.
2023-12-06 20:11:57 +00:00
mateuslatrova
de68691438 fix flake8 environment in tox.ini file
The way we configured the tox.ini file makes flake8 not to be run. Tox is only running python tests for the flake8 environment.

With this PR, tox will run flake8 for the pipreqs and tests folders as desired.
2023-12-06 18:03:41 +00:00
fernandocrz
b50b4a76eb Add support for jupyter notebooks
Credits to @pakio and @mateuslatrova for the contributions
2023-12-05 18:15:54 +00:00
fernandocrz
03c92488de suppress errors and warnings in unit tests
Credits to @mateuslatrova for the contribution.
2023-12-05 18:15:54 +00:00
fernandocrz
aa283ada00 define pipreqs default encoding to utf-8 2023-12-05 18:15:54 +00:00
Lucas de Sousa Rosa
f041de9bdb Bump python 3.12 support 2023-11-08 18:15:21 -03:00
Lucas de Sousa Rosa
fb4560c740 Migrating the packaging system to poetry with pyproject.toml
- Deleted old setup files `requirements.txt`, `setup.cfg`, `setup.py`, `MANIFEST.in`
- Added poetry files `poetry.toml`, `pyproject.toml`, `poetry.lock`
- Added `.pyenv-version` and `.tool-versions` for `pyenv` and `asdf`
- Updated `Makefile`, `CONTRIBUTING.rst`, `tox.ini`
2023-11-08 10:49:10 -03:00
mateuslatrova
368e9ae7e7 handle FileNotFoundError in parse_requirements function 2023-10-20 08:59:50 -03:00
darwish
55eee298ec Specify pypy version
- The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing.
- The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398.
2023-10-12 14:08:39 -03:00
Willian Rocha
8af7d85a74 CI: Add Python 3.10 and 3.11, update actions, run on pushes and manually
A bit of CI maintenance:
- Add Python 3.10 and 3.11 runs, and update the PyPy run to PyPy 3.9
- Removed Python 3.7 as it is deprecated
- Update the used actions (checkout and setup-python) to the latest versions
- Also run on pushes, when manually triggered (workflow_dispatch)

The original PR was done by @EwoutH at #334
2023-10-12 14:08:39 -03:00