Skip to content

Commit 370e277

Browse files
Merge pull request #45 from kirill-markin/codex/update-dependency-drift-20260617-2b98
[codex] Update dependency drift
2 parents ae67657 + 364848d commit 370e277

3 files changed

Lines changed: 56 additions & 58 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.5-slim
1+
FROM python:3.14.6-slim
22

33
# Set environment variables
44
ENV PYTHONUNBUFFERED=1 \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ To install `repo-to-text` locally for development, follow these steps:
259259
- Python >= 3.10
260260
- Core dependencies:
261261
- setuptools >= 70.0.0
262-
- pathspec >= 0.12.1
262+
- pathspec >= 1.0.4
263263
- argparse >= 1.4.0
264264
- PyYAML >= 6.0.1
265265

@@ -273,6 +273,7 @@ For development, additional packages are required:
273273
- isort
274274
- build
275275
- twine
276+
- pylint
276277

277278
### Running Tests
278279

poetry.lock

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

0 commit comments

Comments
 (0)