File tree Expand file tree Collapse file tree 2 files changed +37
-28
lines changed
Expand file tree Collapse file tree 2 files changed +37
-28
lines changed Original file line number Diff line number Diff line change 11.gitignore
22__pycache__
33ENV /
4+ .env
45.DS_Store
56* .py [cod ]
67build /
Original file line number Diff line number Diff line change 44#
55# pip-compile requirements-dev.in
66#
7- attrs == 20.3 .0
8- # via pytest
9- certifi == 2020.12.5
7+ build == 0.10 .0
8+ # via pip-tools
9+ certifi == 2023.7.22
1010 # via requests
11- chardet == 4.0 .0
11+ charset-normalizer == 3.2 .0
1212 # via requests
13- click == 7 .1.2
13+ click == 8 .1.6
1414 # via pip-tools
15- coverage == 5.5
15+ coverage [ toml ] == 7.2.7
1616 # via pytest-cov
17- idna == 2.10
17+ exceptiongroup == 1.1.2
18+ # via pytest
19+ idna == 3.4
1820 # via requests
19- iniconfig == 1.1.1
21+ iniconfig == 2.0.0
2022 # via pytest
21- mock == 4.0.3
23+ mock == 5.1.0
2224 # via -r requirements-dev.in
23- packaging == 20.9
24- # via pytest
25- pep517 == 0.10.0
26- # via pip-tools
27- pip-tools == 6 .1.0
25+ packaging == 23.1
26+ # via
27+ # build
28+ # pytest
29+ pip-tools == 7 .1.0
2830 # via -r requirements-dev.in
29- pluggy == 0.13.1
30- # via pytest
31- py == 1.10.0
31+ pluggy == 1.2.0
3232 # via pytest
33- pyparsing == 2.4.7
34- # via packaging
35- pytest == 6.2.3
33+ pyproject-hooks == 1.0.0
34+ # via build
35+ pytest == 7.4.0
3636 # via
3737 # -r requirements-dev.in
3838 # pytest-cov
39- pytest-cov == 2.11.1
39+ pytest-cov == 4.1.0
4040 # via -r requirements-dev.in
41- requests == 2.25 .1
41+ pyyaml == 6.0 .1
4242 # via responses
43- responses == 0.13.2
44- # via -r requirements-dev.in
45- six == 1.15.0
43+ requests == 2.31.0
4644 # via responses
47- toml == 0.10.2
45+ responses == 0.23.2
46+ # via -r requirements-dev.in
47+ tomli == 2.0.1
4848 # via
49- # pep517
49+ # build
50+ # coverage
51+ # pip-tools
52+ # pyproject-hooks
5053 # pytest
51- urllib3 == 1.26.5
54+ types-pyyaml == 6.0.12.11
55+ # via responses
56+ urllib3 == 2.0.4
5257 # via
5358 # requests
5459 # responses
60+ wheel == 0.41.0
61+ # via pip-tools
5562
5663# The following packages are considered to be unsafe in a requirements file:
5764# pip
65+ # setuptools
You can’t perform that action at this time.
0 commit comments