Skip to content

Commit

Permalink
feat: bump pytest to 7.4.4 and add typer and typing-inspect (missing) (
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Jan 12, 2024
1 parent 4e55dbc commit 7078e3f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
| [pytest-mock](https://github.com/pytest-dev/pytest-mock/) | 3.11.1 | python3_devtools |
| [pytest-runner](https://github.com/pytest-dev/pytest-runner/) | 6.0.0 | python3 |
| [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | 3.3.1 | python3_devtools |
| [pytest](https://docs.pytest.org/en/latest/) | 7.4.3 | python3_devtools |
| [pytest](https://docs.pytest.org/en/latest/) | 7.4.4 | python3_devtools |
| [python-dateutil](https://github.com/dateutil/dateutil) | 2.8.2 | python3 |
| [python-ldap](https://www.python-ldap.org/) | 3.4.3 | python3 |
| [Python](http://python.org/) | 3.11.7 | python3_core |
Expand Down Expand Up @@ -246,6 +246,8 @@
| [traitlets](https://pypi.org/project/traitlets) | 5.9.0 | python3 |
| [trove-classifiers](https://github.com/pypa/trove-classifiers) | 2023.8.7 | python3_core |
| [typed-ast](https://github.com/python/typed_ast) | 1.5.5 | python3_devtools |
| [typer](https://github.com/tiangolo/typer) | 0.9.0 | python3_devtools |
| [typing-inspect](https://github.com/ilevkivskyi/typing_inspect) | 0.9.0 | python3_devtools |
| [typing_extensions](https://pypi.org/project/typing_extensions) | 4.8.0 | python3_core |
| [Unidecode](https://pypi.org/project/Unidecode) | 1.3.6 | python3 |
| [urllib3](https://pypi.org/project/urllib3) | 2.1.0 | python3 |
Expand All @@ -268,4 +270,4 @@
| [zeromq](https://zeromq.org/) | 4.3.4 | core |
| [zipp](https://github.com/jaraco/zipp) | 3.16.2 | python3_core |

*(267 components)*
*(269 components)*
2 changes: 2 additions & 0 deletions integration_tests/0004_test_import_python3/import_python3.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@
import traitlets
import trove_classifiers
import typed_ast
import typer
import typing_extensions
import typing_inspect
import unidecode
import urllib3
import virtualenv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@
import traitlets
import trove_classifiers
import typed_ast
import typer
import typing_extensions
import typing_inspect
import unidecode
import urllib3
import virtualenv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pydocstyle==6.1.1
pyflakes==3.1.0
pylint==3.0.1
pymdown-extensions==10.3
pytest==7.4.3
pytest==7.4.4
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-html==4.1.1
Expand All @@ -67,6 +67,8 @@ snowballstemmer==2.2.0
stack-data==0.6.3
tornado==6.3.3
typed-ast==1.5.5
typer==0.9.0
typing-inspect==0.9.0
watchdog==3.0.0
wcmatch==8.5
wcwidth==0.2.8
Expand Down

0 comments on commit 7078e3f

Please sign in to comment.