Skip to content

Commit 07df8c2

Browse files
committed
v0.24.0: build(pyproj): update test & dev dependencies
1 parent 2f82323 commit 07df8c2

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

SIGNATURE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "6694dd13f9e2cf4f6595edf68a2079c078182648da0afef92c09302f236462a921a935faf4de2d1911db1c60ad43150c",
2+
"checksum": "5ef6251d9ee8bbc3b09a314887903dbc5e3d3340eda70c8ceefbeb71e6de24908da1a8c1bcc0ab1bb892ae17ceb1625a",
33
"checksums": {
44
".github/ISSUE_TEMPLATE/bug-report.yml": "ce9e7f27f46c9fae68885ef8b2ffb8e340e4cad4a9a724d321e7a3b97a933aa394ab2c79927a7a84f69568c9e8c97389",
55
".github/workflows/linux-pypi-release-tests.yml": "3ac255e4ddc938aa08b6a197bb28df0bd7d042ec2423df3dad5a797609dbb7858598d53b3760cf29d6031aa1e5958a03",
@@ -144,7 +144,7 @@
144144
"licenses/pytest-asyncio_LICENSE.txt": "c7eade567a30b0dd5c3b56ebd500733d48a28d92897e69d2dc3130773a3a560e5ff470ae6d5af5b627a204fdaefc4b5c",
145145
"licenses/pytest_LICENSE.txt": "56271b2cf66e5196b526dec3a7703cd8085451e669315d25b36b56371ac9940b883bf89049059c6db5e596025c9f661d",
146146
"logo.png": "7cd769aaddcb3a2d14324f9ef325d42f7024d3e5351b49facef79c4f7ab8c050a39d41c31db2b6a786cd684115c05389",
147-
"pyproject.toml": "05cfcd141120f1a576adb1e75768ead062624d19f0f7191ab31ee254a4fa1a64e3afd6391db1a6c6636c367398c0ec28",
147+
"pyproject.toml": "d13058c17729f2d53ab9b660bd8dd5a200bac7994e0fab9669cf7d6ba168c426027c8c4e12430cd5c3172a65f39a4802",
148148
"setup.cfg": "d027bb2227ff7bcb36bd943d75eaff7315fe634814160797429cb1bddc22bc782bf5e76420638c97ae9f6252b5e37513",
149149
"sign_package_build.py": "b3469dd4699674dd05583bb7d06cf2b2b71496495ecdc3c26388fd278def28070a686a01e1e47f4685b99c5c9e103eb6",
150150
"sign_package_service.py": "8f05b926b3eae9c8d3d481f31f3c441a20a86a9add5e219cff9739f8562d56ca3d836de332e459bdcd0241f20abbe864",
@@ -222,7 +222,7 @@
222222
},
223223
"scope": {
224224
"author": "rmlibre@riseup.net",
225-
"build_number": "56",
225+
"build_number": "57",
226226
"date": 20642,
227227
"description": "a high-level async cryptographic anonymity library to scale, simplify, & automate privacy best practices for secure data & identity processing, communication, & storage.",
228228
"git_branch": "main",
@@ -231,5 +231,5 @@
231231
"version": "0.24.0"
232232
},
233233
"signing_key": "70d1740f2a439da98243c43a4d7ef1cf993b87a75f3bb0851ae79de675af5b3b",
234-
"signature": "0e2e85d61b2be704b006ec9a40784107ba0b4e9ae8e71c49a7d3094b9b274f9753aadac759c1122e2600db3292f6a6a457c841474663a8c25523cbd09a500a03"
234+
"signature": "f7ca1b01a19f217f1f51bbf5012dc1b3d3aa8fe81fa9d2412453dc55c96c6b9ef1b7758962376719adb2364517495ff38ace229ce71bb715f0d7e40b2d567f0e"
235235
}

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=82.0.1", "wheel>=0.47.0"]
2+
requires = ["setuptools>=83.0.0", "wheel>=0.47.0"]
33
build-backend = "setuptools.build_meta"
44

55

@@ -248,21 +248,21 @@ keywords = [
248248

249249
[project.optional-dependencies]
250250
test = [
251-
"coverage[toml]>=7.14.3",
252-
"hypothesis>=6.155.7",
251+
"coverage[toml]>=7.15.0",
252+
"hypothesis>=6.156.3",
253253
"pytest>=9.1.1",
254254
"pytest-asyncio>=1.4.0",
255-
"ruff>=0.15.19",
255+
"ruff>=0.15.20",
256256
]
257257
dev = [
258258
"build>=1.5.0",
259-
"coverage[toml]>=7.14.3",
260-
"hypothesis>=6.155.7",
259+
"coverage[toml]>=7.15.0",
260+
"hypothesis>=6.156.3",
261261
"ipython>=8.39.0",
262262
"pytest>=9.1.1",
263263
"pytest-asyncio>=1.4.0",
264-
"ruff>=0.15.19",
265-
"setuptools>=82.0.1",
264+
"ruff>=0.15.20",
265+
"setuptools>=83.0.0",
266266
"twine>=6.2.0",
267267
"wheel>=0.47.0",
268268
]
@@ -296,6 +296,7 @@ readme = {file = ["README.rst"]}
296296

297297
[tool.pytest.ini_options]
298298
asyncio_mode = "auto"
299+
# pythonpath = "aiootp"
299300
testpaths = ["tests"]
300301
cache_dir = "/tmp/.pytest_cache"
301302
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)