Skip to content

Commit

Permalink
Update diffoscope to 249
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 1, 2023
1 parent 0b5f3a5 commit 874c2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diffoscope/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# https://pypi.org/project/diffoscope/
ENV DIFFOSCOPE_VERSION 248
ENV DIFFOSCOPE_VERSION 249

RUN set -eux; \
pip install --no-cache-dir "diffoscope[distro_detection,cmdline] == $DIFFOSCOPE_VERSION"; \
Expand Down
2 changes: 1 addition & 1 deletion diffoscope/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "248",
"version": "249",
"python": {
"version": "3.10"
}
Expand Down

0 comments on commit 874c2ae

Please sign in to comment.