Skip to content

Commit 69149b3

Browse files
committed
Merge branch '3.1.x'
2 parents 22400dc + f564a2c commit 69149b3

File tree

9 files changed

+34
-64
lines changed

9 files changed

+34
-64
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ updates:
55
schedule:
66
interval: monthly
77
groups:
8-
GitHub Actions:
8+
github-actions:
99
patterns:
1010
- "*"
1111
- package-ecosystem: pip
1212
directory: /requirements/
1313
schedule:
1414
interval: monthly
1515
groups:
16-
Python requirements:
16+
python-requirements:
1717
patterns:
1818
- "*"

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
ci:
2-
autoupdate_branch: "3.0.x"
32
autoupdate_schedule: monthly
43
repos:
54
- repo: https://github.com/asottile/pyupgrade

requirements/dev.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile requirements/dev.in
5+
# pip-compile dev.in
66
#
77
alabaster==0.7.13
88
# via sphinx
99
babel==2.12.1
1010
# via sphinx
1111
blinker==1.6.2
12-
# via -r requirements/tests.in
12+
# via -r tests.in
1313
build==1.0.3
1414
# via pip-tools
1515
cachetools==5.3.1
@@ -28,7 +28,7 @@ colorama==0.4.6
2828
# via tox
2929
coverage[toml]==7.3.1
3030
# via
31-
# -r requirements/tests.in
31+
# -r tests.in
3232
# pytest-cov
3333
distlib==0.3.7
3434
# via virtualenv
@@ -53,7 +53,7 @@ jinja2==3.1.2
5353
markupsafe==2.1.3
5454
# via jinja2
5555
mypy==1.5.1
56-
# via -r requirements/mypy.in
56+
# via -r mypy.in
5757
mypy-extensions==1.0.0
5858
# via mypy
5959
nodeenv==1.8.0
@@ -67,9 +67,9 @@ packaging==23.1
6767
# sphinx
6868
# tox
6969
pallets-sphinx-themes==2.1.1
70-
# via -r requirements/docs.in
70+
# via -r docs.in
7171
pip-tools==7.3.0
72-
# via -r requirements/dev.in
72+
# via -r dev.in
7373
platformdirs==3.10.0
7474
# via
7575
# tox
@@ -79,7 +79,7 @@ pluggy==1.3.0
7979
# pytest
8080
# tox
8181
pre-commit==3.4.0
82-
# via -r requirements/dev.in
82+
# via -r dev.in
8383
pygments==2.16.1
8484
# via sphinx
8585
pyproject-api==1.6.1
@@ -88,11 +88,11 @@ pyproject-hooks==1.0.0
8888
# via build
8989
pytest==7.4.2
9090
# via
91-
# -r requirements/mypy.in
92-
# -r requirements/tests.in
91+
# -r mypy.in
92+
# -r tests.in
9393
# pytest-cov
9494
pytest-cov==4.1.0
95-
# via -r requirements/tests.in
95+
# via -r tests.in
9696
pyyaml==6.0.1
9797
# via pre-commit
9898
requests==2.31.0
@@ -101,7 +101,7 @@ snowballstemmer==2.2.0
101101
# via sphinx
102102
sphinx==7.2.5
103103
# via
104-
# -r requirements/docs.in
104+
# -r docs.in
105105
# pallets-sphinx-themes
106106
# sphinx-issues
107107
# sphinxcontrib-applehelp
@@ -111,7 +111,7 @@ sphinx==7.2.5
111111
# sphinxcontrib-qthelp
112112
# sphinxcontrib-serializinghtml
113113
sphinx-issues==3.0.1
114-
# via -r requirements/docs.in
114+
# via -r docs.in
115115
sphinxcontrib-applehelp==1.0.7
116116
# via sphinx
117117
sphinxcontrib-devhelp==1.0.5
@@ -121,15 +121,15 @@ sphinxcontrib-htmlhelp==2.0.4
121121
sphinxcontrib-jsmath==1.0.1
122122
# via sphinx
123123
sphinxcontrib-log-cabinet==1.0.1
124-
# via -r requirements/docs.in
124+
# via -r docs.in
125125
sphinxcontrib-qthelp==1.0.6
126126
# via sphinx
127127
sphinxcontrib-serializinghtml==1.1.9
128128
# via sphinx
129129
sqlalchemy==2.0.20
130-
# via -r requirements/mypy.in
130+
# via -r mypy.in
131131
tox==4.11.3
132-
# via -r requirements/dev.in
132+
# via -r dev.in
133133
typing-extensions==4.7.1
134134
# via
135135
# mypy

requirements/docs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile requirements/docs.in
5+
# pip-compile docs.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -27,7 +27,7 @@ packaging==23.1
2727
# pallets-sphinx-themes
2828
# sphinx
2929
pallets-sphinx-themes==2.1.1
30-
# via -r requirements/docs.in
30+
# via -r docs.in
3131
pygments==2.16.1
3232
# via sphinx
3333
requests==2.31.0
@@ -36,7 +36,7 @@ snowballstemmer==2.2.0
3636
# via sphinx
3737
sphinx==7.2.5
3838
# via
39-
# -r requirements/docs.in
39+
# -r docs.in
4040
# pallets-sphinx-themes
4141
# sphinx-issues
4242
# sphinxcontrib-applehelp
@@ -46,7 +46,7 @@ sphinx==7.2.5
4646
# sphinxcontrib-qthelp
4747
# sphinxcontrib-serializinghtml
4848
sphinx-issues==3.0.1
49-
# via -r requirements/docs.in
49+
# via -r docs.in
5050
sphinxcontrib-applehelp==1.0.7
5151
# via sphinx
5252
sphinxcontrib-devhelp==1.0.5
@@ -56,7 +56,7 @@ sphinxcontrib-htmlhelp==2.0.4
5656
sphinxcontrib-jsmath==1.0.1
5757
# via sphinx
5858
sphinxcontrib-log-cabinet==1.0.1
59-
# via -r requirements/docs.in
59+
# via -r docs.in
6060
sphinxcontrib-qthelp==1.0.6
6161
# via sphinx
6262
sphinxcontrib-serializinghtml==1.1.9

requirements/mypy.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile requirements/mypy.in
5+
# pip-compile mypy.in
66
#
77
greenlet==2.0.2
88
# via sqlalchemy
99
iniconfig==2.0.0
1010
# via pytest
1111
mypy==1.5.1
12-
# via -r requirements/mypy.in
12+
# via -r mypy.in
1313
mypy-extensions==1.0.0
1414
# via mypy
1515
packaging==23.1
1616
# via pytest
1717
pluggy==1.3.0
1818
# via pytest
1919
pytest==7.4.2
20-
# via -r requirements/mypy.in
20+
# via -r mypy.in
2121
sqlalchemy==2.0.20
22-
# via -r requirements/mypy.in
22+
# via -r mypy.in
2323
typing-extensions==4.7.1
2424
# via
2525
# mypy

requirements/tests-min.in

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

requirements/tests-min.txt

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

requirements/tests.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile requirements/tests.in
5+
# pip-compile tests.in
66
#
77
blinker==1.6.2
8-
# via -r requirements/tests.in
8+
# via -r tests.in
99
coverage[toml]==7.3.1
1010
# via
11-
# -r requirements/tests.in
11+
# -r tests.in
1212
# pytest-cov
1313
iniconfig==2.0.0
1414
# via pytest
@@ -18,7 +18,7 @@ pluggy==1.3.0
1818
# via pytest
1919
pytest==7.4.2
2020
# via
21-
# -r requirements/tests.in
21+
# -r tests.in
2222
# pytest-cov
2323
pytest-cov==4.1.0
24-
# via -r requirements/tests.in
24+
# via -r tests.in

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ constrain_package_deps = true
1414
use_frozen_constraints = true
1515
deps =
1616
-r requirements/tests.txt
17-
min: -r requirements/tests-min.txt
17+
min: flask==2.2.5
18+
min: werkzeug<2.3
19+
min: sqlalchemy==2.0.16
1820
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs}
1921

2022
[testenv:style]

0 commit comments

Comments
 (0)