Skip to content

Commit fd19402

Browse files
authored
Merges #877 Closes #877
2 parents 3ad406b + 5d1a7a2 commit fd19402

3 files changed

Lines changed: 66 additions & 40 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python-dateutil = "^2.6.0"
5050
requests = "^2.7.0"
5151
beautifulsoup4 = "^4.3.2"
5252
feedparser = "^6.0.8"
53-
dulwich = ">=0.21.5,<1.0.0"
53+
dulwich = ">=0.21.5,<0.23.0" # Pin version because of a bug. See #876.
5454
urllib3 = "^2.2"
5555
PyJWT = "^2.4.0"
5656
cryptography = ">=41.0.3,<44.0.0"
@@ -60,7 +60,7 @@ grimoirelab-toolkit = { version = ">=0.3", allow-prereleases = true}
6060
myst-parser = { version = "^1.0.0", optional = true }
6161
furo = { version = "^2023.03.27", optional = true }
6262

63-
[tool.poetry.dev-dependencies]
63+
[tool.poetry.group.dev.dependencies]
6464
httpretty = "^1.1.4"
6565
flake8 = "^7.1.1"
6666
coverage = "^7.2.3"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Latest dulwich version contains a bug
3+
category: fixed
4+
author: Jose Javier Merchante <jjmerchante@bitergia.com>
5+
issue: 876
6+
notes: >
7+
The latest releases of Dulwich contain a bug that prevents Perceval
8+
from retrieving the most recent items from repositories.
9+
Pin the dependency to the last known working version until a Dulwich
10+
release with a fix is available.

0 commit comments

Comments
 (0)