Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Feb 1, 2023
1 parent 883170a commit 083c496
Show file tree
Hide file tree
Showing 15 changed files with 90 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10']
poetry-version: [1.3.1]
poetry-version: [1.3.2]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -25,13 +25,13 @@ repos:
args: [--py310-plus]

- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args: [--profile, black]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
args: [--config, ./pyproject.toml]
Expand Down
25 changes: 13 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
alabaster==0.7.13 ; python_version >= "3.10" and python_version < "3.11"
asciitree==0.3.3 ; python_version >= "3.10" and python_version < "3.11"
astmonkey==0.3.6 ; python_version >= "3.10" and python_version < "3.11"
astroid==2.13.2 ; python_version >= "3.10" and python_version < "3.11"
astroid==2.13.5 ; python_version >= "3.10" and python_version < "3.11"
attrs==22.2.0 ; python_version >= "3.10" and python_version < "3.11"
babel==2.11.0 ; python_version >= "3.10" and python_version < "3.11"
black==22.12.0 ; python_version >= "3.10" and python_version < "3.11"
black==23.1.0 ; python_version >= "3.10" and python_version < "3.11"
bytecode==0.13.0 ; python_version >= "3.10" and python_version < "3.11"
certifi==2022.12.7 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==3.0.1 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.3 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and sys_platform == "win32" or python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows"
commonmark==0.9.1 ; python_version >= "3.10" and python_version < "3.11"
docstring-parser==0.15 ; python_version >= "3.10" and python_version < "3.11"
docutils==0.19 ; python_version >= "3.10" and python_version < "3.11"
exceptiongroup==1.1.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -21,32 +20,34 @@ jellyfish==0.9.0 ; python_version >= "3.10" and python_version < "3.11"
jinja2==3.1.2 ; python_version >= "3.10" and python_version < "3.11"
lazy-object-proxy==1.9.0 ; python_version >= "3.10" and python_version < "3.11"
libcst==0.4.9 ; python_version >= "3.10" and python_version < "3.11"
markupsafe==2.1.1 ; python_version >= "3.10" and python_version < "3.11"
markdown-it-py==2.1.0 ; python_version >= "3.10" and python_version < "3.11"
markupsafe==2.1.2 ; python_version >= "3.10" and python_version < "3.11"
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "3.11"
mutpy-pynguin==0.7.1 ; python_version >= "3.10" and python_version < "3.11"
mypy-extensions==0.4.3 ; python_version >= "3.10" and python_version < "3.11"
networkx==3.0 ; python_version >= "3.10" and python_version < "3.11"
packaging==23.0 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.10.3 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.0 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==2.6.2 ; python_version >= "3.10" and python_version < "3.11"
pluggy==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
pydot==1.4.2 ; python_version >= "3.10" and python_version < "3.11"
pygments==2.14.0 ; python_version >= "3.10" and python_version < "3.11"
pyparsing==3.0.9 ; python_version >= "3.10" and python_version < "3.11"
pytest==7.2.0 ; python_version >= "3.10" and python_version < "3.11"
pytz==2022.7 ; python_version >= "3.10" and python_version < "3.11"
pytest==7.2.1 ; python_version >= "3.10" and python_version < "3.11"
pytz==2022.7.1 ; python_version >= "3.10" and python_version < "3.11"
pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11"
requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
rich==13.0.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==65.7.0 ; python_version >= "3.10" and python_version < "3.11"
rich==13.3.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.0.0 ; python_version >= "3.10" and python_version < "3.11"
simple-parsing==0.0.21.post1 ; python_version >= "3.10" and python_version < "3.11"
snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-autodoc-typehints==1.20.2 ; python_version >= "3.10" and python_version < "3.11"
sphinx-autodoc-typehints==1.22 ; python_version >= "3.10" and python_version < "3.11"
sphinx-hoverxref==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-selective-exclude==1.0.3 ; python_version >= "3.10" and python_version < "3.11"
sphinx==6.1.3 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-applehelp==1.0.3 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-jquery==3.0.0 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
86 changes: 50 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,44 +45,44 @@ include = [
[tool.poetry.dependencies]
python = ">=3.10, <3.11"
astroid = "^2.13.2"
black = "^22.12.0"
black = "^23.1.0"
bytecode = "0.13"
jellyfish = "^0.9.0"
Jinja2 = "^3.1.2"
MutPy-Pynguin = "^0.7.1"
networkx = "^3.0"
rich = "^13.0.1"
rich = "^13.3.1"
Pygments = "^2.14.0"
pytest = "^7.2.0"
pytest = "^7.2.1"
simple-parsing = "^0.0.21.post1"
typing_inspect = "^0.8.0"
asciitree = "^0.3.3"
libcst = "^0.4.9"
requests = "^2.28.2"

[tool.poetry.group.dev.dependencies]
black = "^22.12.0"
black = "^23.1.0"
darglint = "^1.8.1"
flake8 = "^6.0.0"
isort = {extras = ["pyproject"], version = "^5.11.4"}
isort = {extras = ["pyproject"], version = "^5.12.0"}
mypy = "^0.991"
pre-commit = "^2.21.0"
pre-commit = "^3.0.2"
pylint = "^2.15.10"
pyupgrade = "^3.3.1"
types-requests = "^2.28.11.7"
types-requests = "^2.28.11.8"
requests-mock = "^1.10.0"
ruff = "^0.0.218"
ruff = "^0.0.239"

[tool.poetry.group.docs.dependencies]
sphinx = "^6.1.2"
sphinx-autodoc-typehints = "^1.20.1"
sphinx = "^6.1.3"
sphinx-autodoc-typehints = "^1.22"
sphinx-hoverxref = "^1.3.0"
sphinx-selective-exclude = "^1.0.3"

[tool.poetry.group.test.dependencies]
coverage = "^7.0.4"
hypothesis = "^6.62.0"
pytest = "^7.2.0"
coverage = "^7.1.0"
hypothesis = "^6.65.2"
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
pytest-mock = "^3.10.0"
pytest-picked = "^0.4.6"
Expand Down
1 change: 0 additions & 1 deletion src/pynguin/analyses/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,6 @@ def __resolve_dependencies(
test_cluster: ModuleTestCluster,
query_type4py: bool = False,
) -> None:

parse_results: dict[str, _ModuleParseResult] = _ParseResults(
query_type4py=query_type4py
)
Expand Down
1 change: 0 additions & 1 deletion src/pynguin/analyses/seeding.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def __init__(

@staticmethod
def _get_ast_tree(module_path: AnyStr | os.PathLike[AnyStr]) -> ast.Module | None:

"""Returns the ast tree from a module
Args:
Expand Down

0 comments on commit 083c496

Please sign in to comment.