Skip to content

Commit e6789e5

Browse files
msohngerritforge-inc
authored andcommitted
Merge changes I7293790f,I589c2aca
* changes: Update urllib3 to at least 2.7.0 to fix CVE-2026-44432 Update python used to deploy release to maven central to 3.14
2 parents ebb6209 + 87b09ec commit e6789e5

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

tools/maven-central/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name = "pypi"
77
requests = "*"
88
argparse = "*"
99
pyyaml = "*"
10+
urllib3 = ">=2.7.0"
1011

1112
[dev-packages]
1213
flake8 = "*"
1314
black = "*"
1415

1516
[requires]
16-
python_version = "3.12"
17-
python_full_version = "3.12.9"
17+
python_version = "3.14"

tools/maven-central/Pipfile.lock

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

tools/maven-central/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- you need to be a Eclipse JGit committer
66
- install [jreleaser CLI](https://jreleaser.org/guide/latest/install.html)
7-
- install [python 3.12](https://www.python.org/)
7+
- install [python 3.14](https://www.python.org/)
88
- install [pipenv](https://pipenv.pypa.io/en/latest/installation.html) we use below to setup a python virtualenv
99
- we sign release tags and Maven artifacts using GPG.
1010
Follow [Git Tools - Signing Your Work](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work)
@@ -61,7 +61,7 @@
6161
- prepare virtualenv for `download_release.py`:
6262
```
6363
$ cd tools/maven-central
64-
$ pipenv --python 3.12
64+
$ pipenv --python 3.14
6565
$ pipenv sync
6666
```
6767
- download a JGit release from repo.eclipse.org and create artifact signature files (`.asc`)

0 commit comments

Comments
 (0)