Skip to content

Commit

Permalink
Merge pull request #23130 from charris/update-dependency-versions
Browse files Browse the repository at this point in the history
MAINT, BLD: Update wheel and GitPython versions.
  • Loading branch information
mattip committed Jan 31, 2023
2 parents c662a71 + 5b49eca commit b306531
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
meson-python>=0.10.0
Cython>=0.29.30,<3.0
wheel==0.37.0
wheel==0.38.1
ninja
git+https://github.com/scientific-python/devpy
2 changes: 1 addition & 1 deletion linter_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycodestyle==2.8.0
GitPython==3.1.13
GitPython>=3.1.30
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
# `wheel` is needed for non-isolated builds, given that `meson-python`
# doesn't list it as a runtime requirement (at least in 0.11.0) - it's
# likely to be removed as a dependency in meson-python 0.12.0.
"wheel==0.37.0",
"wheel==0.38.1",
"Cython>=0.29.30,<3.0",
# "meson-python>=0.10.0",
]
Expand Down
2 changes: 1 addition & 1 deletion release_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beautifulsoup4

# changelog.py
pygithub
gitpython
gitpython>=3.1.30

# uploading wheels
twine
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython>=0.29.30,<3.0
wheel==0.37.0
wheel==0.38.1
setuptools==59.2.0
hypothesis==6.24.1
pytest==6.2.5
Expand Down

0 comments on commit b306531

Please sign in to comment.