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
cb17220c
Commit
cb17220c
authored
Jan 29, 2023
by
finswimmer
Committed by
Bjorn Neergaard
Jan 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(dependencies): remove upper boundary for importlib-metadata
parent
9a0b4af5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
poetry.lock
+1
-1
pyproject.toml
+1
-1
No files found.
poetry.lock
View file @
cb17220c
...
@@ -1781,4 +1781,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
...
@@ -1781,4 +1781,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
[metadata]
lock-version = "2.0"
lock-version = "2.0"
python-versions = "^3.7"
python-versions = "^3.7"
content-hash = "
39120ecbb0a8005ab2bab602a5f36ca178588521343d56c87ea2596f14c1c88a
"
content-hash = "
c1c3d959c9e5ede769d788c0fe4767bdc9a444aabb9ebfcb47c3a393d8a5ef2d
"
pyproject.toml
View file @
cb17220c
...
@@ -56,7 +56,7 @@ crashtest = "^0.4.1"
...
@@ -56,7 +56,7 @@ crashtest = "^0.4.1"
dulwich
=
"^0.21.2"
dulwich
=
"^0.21.2"
filelock
=
"^3.8.0"
filelock
=
"^3.8.0"
html5lib
=
"^1.0"
html5lib
=
"^1.0"
importlib-metadata
=
{
version
=
">=4.4
,<6
"
,
python
=
"<3.10"
}
importlib-metadata
=
{
version
=
">=4.4"
,
python
=
"<3.10"
}
jsonschema
=
"^4.10.0"
jsonschema
=
"^4.10.0"
keyring
=
"^23.9.0"
keyring
=
"^23.9.0"
lockfile
=
"^0.12.2"
lockfile
=
"^0.12.2"
...
...
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