Skip to content

Commit

Permalink
Merge pull request #1243 from procrastinate-org/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies to v7.4.7
  • Loading branch information
renovate[bot] authored Dec 2, 2024
2 parents fc23262 + be2157e commit 5196540
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: pyright
additional_dependencies:
- aiopg==1.4.0
- anyio==4.5.2
- anyio==4.6.2.post1
- asgiref==3.8.1
- attrs==24.2.0
- contextlib2==21.6.0
Expand All @@ -44,7 +44,7 @@ repos:
- psycopg2-binary==2.9.10
- psycopg[pool]==3.2.3
- python-dateutil==2.9.0.post0
- sphinx==7.1.2
- sphinx==7.4.7
- sqlalchemy==2.0.36
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
Expand Down
82 changes: 42 additions & 40 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions tests/integration/contrib/sphinx/test_autodoc.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from __future__ import annotations

import pathlib

import pytest
from sphinx.testing.path import path


@pytest.fixture
def rootdir():
return path(__file__).parent
return pathlib.Path(__file__).parent


@pytest.fixture
Expand Down

0 comments on commit 5196540

Please sign in to comment.