Skip to content

Commit edc7069

Browse files
authored
Merge pull request #10 from cloudblue/manual_update_requirements
Downgrade requests, inflect
2 parents e9472b8 + 7dc68e9 commit edc7069

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ packages = [
1212
python = "^3.6"
1313
connect-markdown-renderer = "^1.0.0"
1414
PyYAML = "^5.3.1"
15-
requests = "^2.23.0"
15+
requests = "~2.23.0"
1616
responses = "^0.12.0"
17-
inflect = "^4.1.0"
17+
inflect = "4.1.0"
1818

1919
[tool.poetry.dev-dependencies]
2020
pytest = "^6.1.2"

requirements/prod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ chardet==3.0.4; python_version >= "2.7" and python_full_version < "3.0.0" or pyt
44
connect-markdown-renderer==1.0.1; python_version >= "3.6"
55
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
66
importlib-metadata==2.0.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.6" and python_full_version >= "3.5.0"
7-
inflect==4.1.1; python_version >= "3.6"
7+
inflect==4.1.0; python_version >= "3.6"
88
mistune==0.8.4; python_version >= "3.6"
99
pygments==2.7.2; python_version >= "3.6"
1010
pyyaml==5.3.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
11-
requests>=2.23.0,<3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
11+
requests==2.23.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
1212
responses==0.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
1313
six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
14-
urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
14+
urllib3==1.25.11; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
1515
zipp==3.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.6" and python_full_version >= "3.5.0"

0 commit comments

Comments
 (0)