Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pip] (deps): Bump the dev-dependencies group across 1 directory with 17 updates #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -6,17 +6,17 @@
# - requests
#

certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.7
idna==3.10
# via requests
makefun==1.15.2
makefun==1.15.4
# via hatch.envs.default
python-json-logger==2.0.7
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
urllib3==2.2.2
urllib3==2.2.3
# via requests
34 changes: 17 additions & 17 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -19,39 +19,39 @@
# - requests
#

certifi==2024.7.4
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via mutmut
coverage==7.5.4
coverage==7.6.1
# via
# hatch.envs.dev
# pytest-cov
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
filelock==3.16.0
# via virtualenv
freezegun==1.5.1
# via pytest-freezer
glob2==0.7
# via mutmut
identify==2.5.36
identify==2.6.1
# via pre-commit
idna==3.7
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
junit-xml==1.9
# via mutmut
makefun==1.15.2
makefun==1.15.4
# via hatch.envs.dev
mutmut==2.5.0
mutmut==2.5.1
# via hatch.envs.dev
nodeenv==1.9.1
# via
@@ -61,19 +61,19 @@ packaging==24.1
# via pytest
parso==0.8.4
# via mutmut
platformdirs==4.2.2
platformdirs==4.3.3
# via virtualenv
pluggy==1.5.0
# via pytest
pony==0.7.17
pony==0.7.19
# via mutmut
pre-commit==3.7.1
pre-commit==3.8.0
# via hatch.envs.dev
pychoir==0.0.27
# via hatch.envs.dev
pyright==1.1.376
pyright==1.1.380
# via hatch.envs.dev
pytest==8.2.2
pytest==8.3.3
# via
# hatch.envs.dev
# pytest-cov
@@ -92,15 +92,15 @@ python-dateutil==2.9.0.post0
# via freezegun
python-json-logger==2.0.7
# via hatch.envs.dev
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
requests==2.32.3
# via
# hatch.envs.dev
# requests-mock
requests-mock==1.12.1
# via hatch.envs.dev
ruff==0.5.7
ruff==0.6.5
# via hatch.envs.dev
six==1.16.0
# via
@@ -114,7 +114,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.12.2
# via hatch.envs.dev
urllib3==2.2.2
urllib3==2.2.3
# via requests
virtualenv==20.26.3
virtualenv==20.26.4
# via pre-commit

Unchanged files with check annotations Beta

if post_call and not post_call_attempted:
_attempt_post_call(post_call, logger, *new_args, **new_kwargs) # pyright: ignore[reportCallIssue]
raise
return result

Check failure on line 760 in annotated_logger/__init__.py

GitHub Actions / pyright

Type "object* | R@annotate_logs" is not assignable to return type "R@annotate_logs"   Type "object* | R@annotate_logs" is not assignable to type "R@annotate_logs" (reportReturnType)
return wrap_function