Skip to content

Commit 4e7d95b

Browse files
authored
Merge pull request #732 from rldhont/dependencies-2026-04
Update dependencies lxml, pytest
2 parents b4b272d + 4a0b0bf commit 4e7d95b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ idna==3.11
1212
iniconfig==2.1.0 ; python_full_version < '3.10'
1313
iniconfig==2.3.0 ; python_full_version >= '3.10'
1414
librt==0.8.1 ; platform_python_implementation != 'PyPy'
15-
lxml==6.0.2
15+
lxml==6.1.0
1616
markdown-it-py==3.0.0 ; python_full_version < '3.10'
1717
markdown-it-py==4.0.0 ; python_full_version >= '3.10'
1818
mdurl==0.1.2
@@ -28,7 +28,7 @@ psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name !=
2828
psycopg-binary==3.3.3 ; python_full_version >= '3.10' and implementation_name != 'pypy'
2929
pygments==2.20.0
3030
pytest==8.4.2 ; python_full_version < '3.10'
31-
pytest==9.0.2 ; python_full_version >= '3.10'
31+
pytest==9.0.3 ; python_full_version >= '3.10'
3232
python-dateutil==2.9.0.post0
3333
pyyaml==6.0.3
3434
requests==2.32.5 ; python_full_version < '3.10'

requirements/tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
77
idna==3.11
88
iniconfig==2.1.0 ; python_full_version < '3.10'
99
iniconfig==2.3.0 ; python_full_version >= '3.10'
10-
lxml==6.0.2
10+
lxml==6.1.0
1111
packaging==26.0
1212
pluggy==1.6.0
1313
psycopg==3.2.13 ; python_full_version < '3.10'
@@ -16,7 +16,7 @@ psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name !=
1616
psycopg-binary==3.3.3 ; python_full_version >= '3.10' and implementation_name != 'pypy'
1717
pygments==2.20.0
1818
pytest==8.4.2 ; python_full_version < '3.10'
19-
pytest==9.0.2 ; python_full_version >= '3.10'
19+
pytest==9.0.3 ; python_full_version >= '3.10'
2020
python-dateutil==2.9.0.post0
2121
requests==2.32.5 ; python_full_version < '3.10'
2222
requests==2.33.1 ; python_full_version >= '3.10'

0 commit comments

Comments
 (0)