Skip to content
Closed
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6431fff
build(deps): bump packaging from 26.0 to 26.2
dependabot[bot] May 4, 2026
c7f063a
build(deps): bump gitpython from 3.1.46 to 3.1.50
dependabot[bot] May 9, 2026
036f376
build(deps): bump urllib3 from 2.6.3 to 2.7.0
dependabot[bot] May 11, 2026
2212457
build(deps): bump pydantic from 2.12.5 to 2.13.4
dependabot[bot] May 14, 2026
b46906b
build(deps): bump idna from 3.10 to 3.15
dependabot[bot] May 19, 2026
6b54b11
build(deps): bump requests from 2.33.0 to 2.34.2
dependabot[bot] Jun 4, 2026
d0ea7fd
build(deps): bump pytest from 9.0.2 to 9.1.0
dependabot[bot] Jun 22, 2026
e560377
build(deps): bump cryptography from 46.0.7 to 49.0.0
dependabot[bot] Jun 22, 2026
ebcb6ea
build(deps-dev): bump prek from 0.4.4 to 0.4.5
dependabot[bot] Jun 23, 2026
a68e2c3
Merge pull request #514 from xcp-ng/dependabot/uv/packaging-26.2
stormi Jul 2, 2026
459f44a
Merge pull request #519 from xcp-ng/dependabot/uv/gitpython-3.1.50
stormi Jul 2, 2026
4d7a9f3
Merge pull request #524 from xcp-ng/dependabot/uv/urllib3-2.7.0
stormi Jul 2, 2026
bcde2a0
Merge pull request #530 from xcp-ng/dependabot/uv/pydantic-2.13.4
stormi Jul 2, 2026
c766d00
Merge pull request #537 from xcp-ng/dependabot/uv/idna-3.15
stormi Jul 2, 2026
2ae91ab
Merge pull request #593 from xcp-ng/dependabot/uv/pytest-9.1.0
stormi Jul 2, 2026
6731df8
Merge pull request #594 from xcp-ng/dependabot/uv/cryptography-49.0.0
stormi Jul 2, 2026
f759fd3
Merge pull request #597 from xcp-ng/dependabot/uv/prek-0.4.5
stormi Jul 2, 2026
d332084
Merge pull request #549 from xcp-ng/dependabot/uv/requests-2.34.2
stormi Jul 2, 2026
d358806
build(deps-dev): bump ruff from 0.15.17 to 0.15.20
dependabot[bot] Jul 3, 2026
3bcc7e9
build(deps-dev): bump pyright from 1.1.410 to 1.1.411
dependabot[bot] Jul 3, 2026
24f97b2
build(deps-dev): bump zizmor from 1.25.2 to 1.26.1
dependabot[bot] Jul 3, 2026
913ed95
Merge pull request #608 from xcp-ng/dependabot/uv/ruff-0.15.20
stormi Jul 3, 2026
5e48e70
Merge pull request #614 from xcp-ng/dependabot/uv/pyright-1.1.411
stormi Jul 3, 2026
b57af94
Merge pull request #616 from xcp-ng/dependabot/uv/zizmor-1.26.1
stormi Jul 3, 2026
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description = "Testing scripts for XCP-ng"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"cryptography>=3.3.1",
"cryptography>=49.0.0",
"gitpython",
"legacycrypt",
"packaging>=20.7",
"packaging>=26.2",
"pluggy>=1.1.0",
"pydantic",
"pytest>=8.0.0",
"pytest>=9.1.0",
"pytest-dependency",
"requests",
]
Expand All @@ -32,7 +32,7 @@ dev = [
"types-colorama",
"types-pexpect",
"zizmor",
"prek>=0.4.4",
"prek>=0.4.5",
"autopep8",
]

Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# generated with update_requirements.py, do not edit manually
cryptography>=3.3.1
cryptography>=49.0.0
gitpython
legacycrypt
packaging>=20.7
packaging>=26.2
pluggy>=1.1.0
pydantic
pytest>=8.0.0
pytest>=9.1.0
pytest-dependency
requests
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ types-pygments
types-colorama
types-pexpect
zizmor
prek>=0.4.4
prek>=0.4.5
autopep8
-r base.txt
Loading
Loading