Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-bigbluebutton2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
InfraBlue
python-bigbluebutton2
Commits
842727a5
Commit
842727a5
authored
4 years ago
by
Tine Wittler
Browse files
Options
Downloads
Patches
Plain Diff
Update dependency isort to v5
parent
5a9fb112
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!28
Update dependency isort to v5
Pipeline
#3603
failed
4 years ago
Stage: test
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+8
-9
8 additions, 9 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
9 additions
and
10 deletions
poetry.lock
+
8
−
9
View file @
842727a5
...
...
@@ -416,14 +416,13 @@ category = "dev"
description
=
"A Python utility / library to sort Python imports."
name
=
"isort"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"
4.3.21
"
python-versions
=
">
=
3.6
,
<
4.0
"
version
=
"
5.4.2
"
[package.extras]
pipfile
=
[
"pipreqs"
,
"requirementslib"
]
pyproject
=
[
"toml"
]
requirements
=
[
"pipreqs"
,
"pip-api"
]
xdg_home
=
[
"appdirs (>=1.4.0)"
]
colors
=
[
"colorama (>=0.4.3,<0.5.0)"
]
pipfile_deprecated_finder
=
[
"pipreqs"
,
"requirementslib"
,
"tomlkit (>=0.5.3)"
]
requirements_deprecated_finder
=
[
"pipreqs"
,
"pip-api"
]
[[package]]
category
=
"dev"
...
...
@@ -1098,7 +1097,7 @@ django = ["dicttoxml", "django"]
sysstat
=
[
"sadf"
]
[metadata]
content-hash
=
"
fa0dd623dd3872e83378ab17a077777a4919bba26c75d875cb22a01a5d286a
ee"
content-hash
=
"
3fe68bc1146f29630928f9c64b60e97eeae3626bf2f3ce1fde0332f4426cd
ee
7
"
python-versions
=
"^3.6"
[metadata.files]
...
...
@@ -1272,8 +1271,8 @@ iniconfig = [
{file
=
"iniconfig-1.0.1.tar.gz"
,
hash
=
"sha256:e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69"
}
,
]
isort
=
[
{file
=
"isort-
4.3.21-py2.
py3-none-any.whl"
,
hash
=
"sha256:6
e811fcb2959684345
264
0
7a
db8796944f1988c5b65e8139058f2014cbe100fd
"
}
,
{file
=
"isort-
4.3.21
.tar.gz"
,
hash
=
"sha256:
54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1
"
}
,
{file
=
"isort-
5.4.2-
py3-none-any.whl"
,
hash
=
"sha256:6
0a1b97e33f61243d1
2647a
aaa3e6cc6778f5eb9f42997650f1cc975b6008750
"
}
,
{file
=
"isort-
5.4.2
.tar.gz"
,
hash
=
"sha256:
d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8
"
}
,
]
jinja2
=
[
{file
=
"Jinja2-2.11.2-py2.py3-none-any.whl"
,
hash
=
"sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
842727a5
...
...
@@ -48,7 +48,7 @@ pytest = "^6.0.0"
pytest-cov
=
"^2.9.0"
pytest-sugar
=
"^0.9.3"
black
=
"^19.10b0"
isort
=
"^
4.3.21
"
isort
=
"^
5.0.0
"
flake8
=
"^3.8.2"
flake8-black
=
"^0.2.0"
flake8-mypy
=
"^17.8.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment