Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit c4cc88c

Browse files
Update twine requirement from <4.0.0,>=1.11.0 to >=1.11.0,<5.0.0
Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@1.11.0...4.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6271a3 commit c4cc88c

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

dev-requirements.txt

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#### TESTING-RELATED PACKAGES ####
22

33
# Checks style, syntax, and other useful errors.
4-
flake8
4+
flake8>=4.0.1
55

66
# Static type checking
77
mypy==0.960
@@ -10,42 +10,46 @@ mypy==0.960
1010
black==22.3.0
1111

1212
# Allows generation of coverage reports with pytest.
13-
pytest-cov
13+
pytest-cov>=3.0.0
1414

1515
# Allows codecov to generate coverage reports
16-
coverage
17-
codecov
16+
coverage[toml]>=6.4
17+
codecov>=2.1.12
1818

1919
# Optional dependencies, which we install for testing purposes.
2020
matplotlib>=2.2.3
2121

2222
# For mocking HTTP requests/responses.
23-
responses>=0.12
23+
responses>=0.21
2424

2525
# For running tests that aren't 100% reliable.
26-
flaky
26+
flaky>=3.7.0
2727

2828
# For running benchmarks.
29-
pytest-benchmark
29+
pytest-benchmark>=3.4.1
3030

3131
#### DOC-RELATED PACKAGES ####
3232

3333
# YAML manipulation
34-
ruamel.yaml
34+
ruamel.yaml>=0.17.17
3535

3636
# Generating markdown files from Python modules.
37-
pydoc-markdown>=4.0.0,<5.0.0
38-
databind.core
39-
docspec<2.0.0
40-
docspec-python<2.0.0
37+
pydoc-markdown<4.4.0
38+
databind.core<=1.5.0
39+
databind-json<=1.5.0
40+
docspec<1.2.0,>1.0.1
41+
docspec-python<1.2.0,>1.0.1
4142

4243
mkdocs==1.3.0
4344
mkdocs-material>=5.5.0,<8.3.0
4445
markdown-include==0.6.0
4546

47+
# Narrowing constraints
48+
pymdown-extensions>=9.5
49+
4650
#### PACKAGE-UPLOAD PACKAGES ####
4751

4852
# Pypi uploads
49-
twine>=1.11.0
53+
twine>=1.11.0,<5.0.0
5054
setuptools
5155
wheel

0 commit comments

Comments
 (0)