Skip to content

Commit 327712f

Browse files
committed
⬆️ openaleph-procrastinate 5.1.3, pre-commit hooks
1 parent 855925b commit 327712f

File tree

5 files changed

+28
-30
lines changed

5 files changed

+28
-30
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
- id: absolufy-imports
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.0.1
36+
rev: 7.0.0
3737
hooks:
3838
- id: isort
3939
args: ["--profile", "black"]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 25.1.0
42+
rev: 25.12.0
4343
hooks:
4444
- id: black
4545

@@ -70,7 +70,7 @@ repos:
7070
- id: rst-inline-touching-normal
7171

7272
- repo: https://github.com/python-poetry/poetry
73-
rev: 2.1.3
73+
rev: 2.2.1
7474
hooks:
7575
- id: poetry-check
7676
- id: poetry-lock

poetry.lock

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"sentry_sdk (==2.0.1)",
4040
# servicelayer extras requirements
4141
"boto3 (>=1.11.9,<2.0.0)",
42-
"openaleph-procrastinate (>=5.1.2,<6.0.0)",
42+
"openaleph-procrastinate (>=5.1.3,<6.0.0)",
4343
"openaleph-servicelayer (>=1.23.4,<2.0.0)",
4444
"tika (>=3.1.0,<4.0.0)",
4545
]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packaging==25.0 ; python_version >= "3.11" and python_version < "3.14"
2323
pathspec==0.12.1 ; python_version >= "3.11" and python_version < "3.14"
2424
platformdirs==4.5.1 ; python_version >= "3.11" and python_version < "3.14"
2525
pluggy==1.6.0 ; python_version >= "3.11" and python_version < "3.14"
26-
pre-commit==4.5.0 ; python_version >= "3.11" and python_version < "3.14"
26+
pre-commit==4.5.1 ; python_version >= "3.11" and python_version < "3.14"
2727
pygments==2.19.2 ; python_version >= "3.11" and python_version < "3.14"
2828
pytest-cov==7.0.0 ; python_version >= "3.11" and python_version < "3.14"
2929
pytest-env==1.2.0 ; python_version >= "3.11" and python_version < "3.14"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aioitertools==0.13.0 ; python_version >= "3.11" and python_version < "3.14"
77
aiosignal==1.4.0 ; python_version >= "3.11" and python_version < "3.14"
88
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.14"
99
anyio==4.12.0 ; python_version >= "3.11" and python_version < "3.14"
10-
anystore==0.4.0 ; python_version >= "3.11" and python_version < "3.14"
10+
anystore==0.4.1 ; python_version >= "3.11" and python_version < "3.14"
1111
asgiref==3.11.0 ; python_version >= "3.11" and python_version < "3.14"
1212
async-timeout==5.0.1 ; python_version >= "3.11" and python_full_version < "3.11.3"
1313
attrs==25.4.0 ; python_version >= "3.11" and python_version < "3.14"
@@ -73,7 +73,7 @@ normality==3.0.2 ; python_version >= "3.11" and python_version < "3.14"
7373
numpy==2.3.5 ; python_version >= "3.11" and python_version < "3.14"
7474
odfpy==1.4.1 ; python_version >= "3.11" and python_version < "3.14"
7575
olefile==0.46 ; python_version >= "3.11" and python_version < "3.14"
76-
openaleph-procrastinate==5.1.2 ; python_version >= "3.11" and python_version < "3.14"
76+
openaleph-procrastinate==5.1.3 ; python_version >= "3.11" and python_version < "3.14"
7777
openaleph-servicelayer==1.23.4 ; python_version >= "3.11" and python_version < "3.14"
7878
openpyxl==3.1.5 ; python_version >= "3.11" and python_version < "3.14"
7979
orjson==3.11.5 ; python_version >= "3.11" and python_version < "3.14"
@@ -86,7 +86,7 @@ procrastinate==3.6.0 ; python_version >= "3.11" and python_version < "3.14"
8686
prometheus-client==0.20.0 ; python_version >= "3.11" and python_version < "3.14"
8787
propcache==0.4.1 ; python_version >= "3.11" and python_version < "3.14"
8888
psutil==7.1.3 ; python_version >= "3.11" and python_version < "3.14" and sys_platform != "cygwin"
89-
psycopg-pool==3.3.0 ; python_version >= "3.11" and python_version < "3.14"
89+
psycopg-pool==3.2.8 ; python_version >= "3.11" and python_version < "3.14"
9090
psycopg==3.3.2 ; python_version >= "3.11" and python_version < "3.14"
9191
py7zr==1.0.0 ; python_version >= "3.11" and python_version < "3.14"
9292
pyaml==25.7.0 ; python_version >= "3.11" and python_version < "3.14"

0 commit comments

Comments
 (0)