Skip to content

Commit

Permalink
Update diffoscope to 246
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 28, 2023
1 parent f0c2b23 commit 03818c0
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 245
ENV DIFFOSCOPE_VERSION 246

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
Expand Up @@ -2,5 +2,5 @@
"python": {
"version": "3.10"
},
"version": "245"
"version": "246"
}

0 comments on commit 03818c0

Please sign in to comment.