Skip to content

Commit 3f6a2db

Browse files
committed
chore: update requirements
1 parent d120855 commit 3f6a2db

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
python-version: "3.8"
2929

3030
- name: Install dependencies
31-
run: pip install -r requirements.txt
31+
run: pip install -r requirements-dev.lock
3232

33-
- name: flake8 lint
34-
run: flake8 src/captcha
33+
- name: ruff lint
34+
run: ruff check
3535

3636
- name: mypy lint
3737
run: mypy
@@ -54,7 +54,7 @@ jobs:
5454
python-version: ${{ matrix.python-version }}
5555

5656
- name: Install dependencies
57-
run: pip install -r requirements.txt
57+
run: pip install -r requirements-dev.lock
5858

5959
- name: Report coverage
6060
run: pytest --cov=captcha --cov-report=xml

requirements-dev.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --no-hashes -o requirements-dev.lock
3+
-e .
4+
colorama==0.4.6 ; sys_platform == 'win32'
5+
coverage==7.6.1 ; python_full_version < '3.9'
6+
coverage==7.6.12 ; python_full_version >= '3.9'
7+
exceptiongroup==1.2.2 ; python_full_version < '3.11'
8+
iniconfig==2.0.0
9+
packaging==24.2
10+
pillow==10.4.0 ; python_full_version < '3.9'
11+
pillow==11.1.0 ; python_full_version >= '3.9'
12+
pluggy==1.5.0
13+
pytest==8.3.4
14+
pytest-cov==5.0.0 ; python_full_version < '3.9'
15+
pytest-cov==6.0.0 ; python_full_version >= '3.9'
16+
tomli==2.2.1 ; python_full_version <= '3.11'

requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)