Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
f5cbba2b
Commit
f5cbba2b
authored
Nov 15, 2021
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update cachecontrol to ^0.12.9
Resolves #4688
parent
f318f6f8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
poetry.lock
+0
-0
pyproject.toml
+14
-14
No files found.
poetry.lock
View file @
f5cbba2b
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
f5cbba2b
...
...
@@ -35,36 +35,36 @@ generate-setup-file = false
python
=
"^3.6"
poetry-core
=
"^1.1.0a6"
cachecontrol
=
{
version
=
"^0.12.9"
,
extras
=
["filecache"]
}
cachy
=
"^0.3.0"
cleo
=
"^1.0.0a4"
crashtest
=
"^0.3.0"
dataclasses
=
{
version
=
"^0.8"
,
python
=
"~3.6"
}
entrypoints
=
"^0.3"
html5lib
=
"^1.0"
importlib-metadata
=
{
version
=
"^1.6.0"
,
python
=
"<3.8"
}
keyring
=
">=21.2.0"
packaging
=
"^20.4"
pexpect
=
"^4.7.0"
pkginfo
=
"^1.5"
requests
=
"^2.18"
cachy
=
"^0.3.0"
requests-toolbelt
=
"^0.9.1"
cachecontrol
=
{
version
=
"^0.12.4"
,
extras
=
["filecache"]
}
pkginfo
=
"^1.5"
html5lib
=
"^1.0"
shellingham
=
"^1.1"
tomlkit
=
">=0.7.0,<1.0.0"
pexpect
=
"^4.7.0"
packaging
=
"^20.4"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv
=
"(>=20.4.3,<20.4.5 || >=20.4.7)"
keyring
=
">=21.2.0"
entrypoints
=
"^0.3"
importlib-metadata
=
{version
=
"^1.6.0"
,
python
=
"<3.8"
}
dataclasses
=
{version
=
"^0.8"
,
python
=
"~3.6"
}
[tool.poetry.dev-dependencies]
tox
=
"^3.18"
pytest
=
"^6.2"
pytest-cov
=
"^2.8"
pytest-mock
=
"^3.5"
pre-commit
=
{
version
=
"^2.6"
,
python
=
"^3.6.1"
}
tox
=
"^3.18"
pytest-sugar
=
"^0.9"
httpretty
=
"^1.0"
zipp
=
{
version
=
"^3.4"
,
python
=
"<3.8"
}
pre-commit
=
{
version
=
"^2.6"
,
python
=
"^3.6.1"
}
deepdiff
=
"^5.0"
httpretty
=
"^1.0"
typing-extensions
=
{version
=
"^4.0.0"
,
python
=
"<3.8"
}
zipp
=
{
version
=
"^3.4"
,
python
=
"<3.8"
}
[tool.poetry.scripts]
poetry
=
"poetry.console.application:main"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment