Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3c50c03
Bump gitpython from 3.1.50 to 3.1.52
dependabot[bot] Jul 24, 2026
a8aae2a
Merge pull request #2846 from NHSDigital/dependabot/pip/gitpython-3.1.52
tomhague11 Jul 24, 2026
9a9311d
Bump js-yaml from 4.2.0 to 4.3.0 in /sandbox
dependabot[bot] Jul 24, 2026
6925640
Merge pull request #2847 from NHSDigital/dependabot/npm_and_yarn/sand…
JoshuaMackay1 Jul 24, 2026
0ce9285
Bump brace-expansion from 1.1.14 to 1.1.16
dependabot[bot] Jul 24, 2026
0d77f5d
Merge pull request #2849 from NHSDigital/dependabot/npm_and_yarn/brac…
JoshuaMackay1 Jul 24, 2026
e5ffca1
Bump gitpython from 3.1.52 to 3.1.54
dependabot[bot] Jul 28, 2026
78420cd
Bump brace-expansion from 1.1.14 to 1.1.18 in /sandbox
dependabot[bot] Jul 31, 2026
c124e5c
Merge pull request #2850 from NHSDigital/dependabot/pip/gitpython-3.1.54
tomhague11 Jul 31, 2026
13cfd5b
Merge branch 'develop' into dependabot/npm_and_yarn/sandbox/brace-exp…
tomhague11 Jul 31, 2026
93c2671
Bump setuptools from 80.10.2 to 83.0.0
dependabot[bot] Jul 31, 2026
41a8a56
Merge pull request #2853 from NHSDigital/dependabot/npm_and_yarn/sand…
tomhague11 Jul 31, 2026
28dfb48
Merge branch 'develop' into dependabot/pip/setuptools-83.0.0
JoshuaMackay1 Aug 3, 2026
0b44560
Merge pull request #2848 from NHSDigital/dependabot/pip/setuptools-83…
JoshuaMackay1 Aug 3, 2026
99bcb2e
Bump gitpython from 3.1.54 to 3.1.57
dependabot[bot] Aug 4, 2026
015fce3
Merge pull request #2855 from NHSDigital/dependabot/pip/gitpython-3.1.57
JoshuaMackay1 Aug 4, 2026
fb6ec1f
Bump cryptography from 49.0.0 to 50.0.0
dependabot[bot] Aug 4, 2026
45ab9d5
Merge pull request #2856 from NHSDigital/dependabot/pip/cryptography-…
tomhague11 Aug 5, 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
36 changes: 18 additions & 18 deletions package-lock.json

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

113 changes: 55 additions & 58 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.4"
gitpython = "^3.1.45"
gitpython = "^3.1.57"
lxml = "^6.1.0"
xmlformatter = "^0.2.8"
pytest-check = "^2.6.2"
Expand Down
Loading