Skip to content

Commit

Permalink
Merge pull request #282 from geoadmin/bugfixe_dependabot
Browse files Browse the repository at this point in the history
Updated packages.
  • Loading branch information
ltshb authored May 12, 2021
2 parents f889143 + aa453f1 commit 70e886b
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 263 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ disable=missing-docstring,
# yapf correct indentation continuation issue
useless-object-inheritance,
no-self-use, # method signature often defined by django
similarities # currently similarities has a bug when running pylint with jobs>=2


# Enable the message, report, category or checker with the given id(s). You can
Expand Down
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ verify_ssl = true
[dev-packages]
yapf = "~=0.30.0"
isort = "~=4.3.21"
pylint = "!=2.7.2,!=2.7.1,!=2.7.0" # These version of pylint have issues with similarities config
pylint = "*"
pylint-django = "*"
django-extensions = "*"
django-debug-toolbar = "*"
django-debug-toolbar = ">=3.2.1"
pip = "*"
tblib = "*" # needed for traceback when running tests in parallel
mock = "~=4.0.2"
Expand All @@ -25,8 +25,8 @@ logging-utilities = "~=1.2.0"
numpy = "~=1.19.2"
python-dotenv = "~=0.14.0"
djangorestframework = "~=3.12.1"
Django = "~=3.1"
PyYAML = "~=5.3.1"
Django = "~=3.1.8"
PyYAML = "~=5.4"
whitenoise = "~=5.2.0"
djangorestframework-gis = "~=0.16"
python-dateutil = "~=2.8.1"
Expand Down
Loading

0 comments on commit 70e886b

Please sign in to comment.