Skip to content

Commit

Permalink
Merge pull request #40 from logikal-io/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
GergelyKalmar authored Feb 5, 2024
2 parents 0560eb2 + 6727f2e commit db73a38
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 36 deletions.
2 changes: 1 addition & 1 deletion pytest_logikal/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def pytest_addhooks(pluginmanager: pytest.PytestPluginManager) -> None:
pluginmanager.set_blocked(f'logikal_{plugin}')


@pytest.hookimpl(hookwrapper=True)
@pytest.hookimpl(wrapper=True)
def pytest_load_initial_conftests(early_config: pytest.Config, args: List[str]) -> Iterator[None]:
if '--no-defaults' in args:
yield
Expand Down
3 changes: 1 addition & 2 deletions requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ coverage[toml]==7.4.1
isort[colors]==5.13.2
mypy==1.8.0
pip-licenses==4.3.4
pluggy==1.3.0 # see https://github.com/realpython/pytest-mypy/issues/161
pycodestyle==2.11.1
pydocstyle[toml]==6.3.0
pylint==3.0.3
pytest==7.4.4
pytest==8.0.0
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-mypy==0.10.3
Expand Down
32 changes: 16 additions & 16 deletions requirements/dev.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
## DO NOT EDIT THIS FILE.
## This is a locked requirements file generated by pyorbs.
##
## Requirements hash: b24db5266c31a29e1d62a2e68044d391872c7db12483c6ce9e30718ed1135a5c
## Requirements hash: a369a8ae23e5a382ca055494fda98b3fc402eaf1eee4f1bd6d07ea2c1391b4e4
##
###################################################################################################
-e .
alabaster==0.7.13
appdirs==1.4.4
asgiref==3.7.2
astroid==3.0.2
astroid==3.0.3
attrs==23.2.0
Babel==2.14.0
backports.zoneinfo==0.2.1
bandit==1.7.7
black==24.1.0
black==24.1.1
build==1.0.3
certifi==2023.11.17
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
coverage==7.4.1
cryptography==42.0.1
cryptography==42.0.2
cssbeautifier==1.14.11
dill==0.3.7
dill==0.3.8
Django==4.2.9
django-migration-linter==5.0.0
django-stubs==4.2.7
Expand All @@ -37,7 +37,7 @@ EditorConfig==0.12.3
exceptiongroup==1.2.0
execnet==2.0.2
factory-boy==3.3.0
Faker==22.5.1
Faker==22.6.0
filelock==3.13.1
h11==0.14.0
html-tag-names==0.1.2
Expand All @@ -58,7 +58,7 @@ keyring==24.3.0
logikal-docs==1.1.4
logikal-utils==1.0.1
markdown-it-py==3.0.0
MarkupSafe==2.1.4
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
more-itertools==10.2.0
Expand All @@ -70,11 +70,11 @@ packaging==23.2
pathspec==0.12.1
pbr==6.0.0
pillow==10.2.0
pip==23.3.2
pip==24.0
pip-licenses==4.3.4
pkginfo==1.9.6
platformdirs==4.1.0
pluggy==1.3.0
platformdirs==4.2.0
pluggy==1.4.0
prettytable==3.9.0
psutil==5.9.8
pycodestyle==2.11.1
Expand All @@ -87,15 +87,15 @@ pylint-plugin-utils==0.8.2
pyorbs==2.1.0
pyproject_hooks==1.0.0
PySocks==1.7.1
pytest==7.4.4
pytest==8.0.0
pytest-cov==4.1.0
pytest-django==4.7.0
pytest-django==4.8.0
pytest-factoryboy==2.6.0
pytest-mock==3.12.0
pytest-mypy==0.10.3
pytest-xdist==3.5.0
python-dateutil==2.8.2
pytz==2023.3.post1
pytz==2024.1
PyYAML==6.0.1
readme-renderer==42.0
regex==2023.12.25
Expand Down Expand Up @@ -129,11 +129,11 @@ tqdm==4.66.1
trio==0.24.0
trio-websocket==0.11.1
twine==4.0.2
types-pytz==2023.3.1.1
types-pytz==2024.1.0.20240203
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240125
typing_extensions==4.9.0
urllib3==2.1.0
urllib3==2.2.0
wcwidth==0.2.13
wheel==0.42.0
wsproto==1.2.0
Expand Down
30 changes: 15 additions & 15 deletions requirements/docs.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
## DO NOT EDIT THIS FILE.
## This is a locked requirements file generated by pyorbs.
##
## Requirements hash: ae5366dfbbb3ee3617638ec3e972b06c1b563bf11ef45f295a677b21ceda2e3f
## Requirements hash: cd35cdd3b6868da7dc5778dcff4192b8d37c97b0a1d3e14dd670dd938ee2d381
##
###################################################################################################
-e .
alabaster==0.7.13
appdirs==1.4.4
asgiref==3.7.2
astroid==3.0.2
astroid==3.0.3
attrs==23.2.0
Babel==2.14.0
backports.zoneinfo==0.2.1
bandit==1.7.7
black==24.1.0
certifi==2023.11.17
black==24.1.1
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
coverage==7.4.1
cssbeautifier==1.14.11
dill==0.3.7
dill==0.3.8
Django==4.2.9
django-migration-linter==5.0.0
django-stubs==4.2.7
Expand All @@ -34,7 +34,7 @@ EditorConfig==0.12.3
exceptiongroup==1.2.0
execnet==2.0.2
factory-boy==3.3.0
Faker==22.5.1
Faker==22.6.0
filelock==3.13.1
h11==0.14.0
html-tag-names==0.1.2
Expand All @@ -51,7 +51,7 @@ json5==0.9.14
logikal-docs==1.1.4
logikal-utils==1.0.1
markdown-it-py==3.0.0
MarkupSafe==2.1.4
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
mypy==1.8.0
Expand All @@ -61,10 +61,10 @@ packaging==23.2
pathspec==0.12.1
pbr==6.0.0
pillow==10.2.0
pip==23.3.2
pip==24.0
pip-licenses==4.3.4
platformdirs==4.1.0
pluggy==1.3.0
platformdirs==4.2.0
pluggy==1.4.0
prettytable==3.9.0
psutil==5.9.8
pycodestyle==2.11.1
Expand All @@ -75,15 +75,15 @@ pylint-django==2.5.5
pylint-plugin-utils==0.8.2
pyorbs==2.1.0
PySocks==1.7.1
pytest==7.4.4
pytest==8.0.0
pytest-cov==4.1.0
pytest-django==4.7.0
pytest-django==4.8.0
pytest-factoryboy==2.6.0
pytest-mock==3.12.0
pytest-mypy==0.10.3
pytest-xdist==3.5.0
python-dateutil==2.8.2
pytz==2023.3.post1
pytz==2024.1
PyYAML==6.0.1
regex==2023.12.25
requests==2.31.0
Expand Down Expand Up @@ -112,11 +112,11 @@ tomlkit==0.12.3
tqdm==4.66.1
trio==0.24.0
trio-websocket==0.11.1
types-pytz==2023.3.1.1
types-pytz==2024.1.0.20240203
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240125
typing_extensions==4.9.0
urllib3==2.1.0
urllib3==2.2.0
wcwidth==0.2.13
wheel==0.42.0
wsproto==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/extras/black.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
black==24.1.0
black==24.1.1
2 changes: 1 addition & 1 deletion requirements/extras/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ django-stubs~=4.2
django-migration-linter~=5.0
djlint==1.34.1
pylint-django==2.5.5
pytest-django==4.7.0
pytest-django==4.8.0
pytest-factoryboy==2.6.0

# Validator
Expand Down

0 comments on commit db73a38

Please sign in to comment.