Commit Graph

34 Commits

Author SHA1 Message Date
2e9cb61249 Update dependencies 2023-11-14 13:56:57 +01:00
68060af785 Update dependencies 2023-11-07 20:41:04 +01:00
dependabot[bot]
8a0867f8f7
Bump django-tables2 from 2.5.3 to 2.6.0
Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.5.3 to 2.6.0.
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jieter/django-tables2/compare/v2.5.3...v2.6.0)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 18:43:36 +00:00
dependabot[bot]
bf16282ccd
Bump black from 22.12.0 to 23.9.1
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.9.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.9.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 18:39:09 +00:00
9e18d8e6fe Update depencies 2023-09-27 20:34:28 +02:00
af04821fb2 Update dependencies 2023-09-18 17:55:12 +02:00
dependabot[bot]
4f277d9844
Bump python-lsp-server from 1.7.4 to 1.8.0
Bumps [python-lsp-server](https://github.com/python-lsp/python-lsp-server) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/python-lsp/python-lsp-server/releases)
- [Changelog](https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/python-lsp/python-lsp-server/compare/v1.7.4...v1.8.0)

---
updated-dependencies:
- dependency-name: python-lsp-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 15:52:26 +00:00
dependabot[bot]
01a59cf2df
Bump pytest from 7.4.0 to 7.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 18:03:47 +00:00
dependabot[bot]
fcbe1792e4
Bump coverage from 6.5.0 to 7.3.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.3.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.3.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 18:49:27 +00:00
dependabot[bot]
de4b57d9f6
Bump gunicorn from 20.1.0 to 21.2.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 18:43:58 +00:00
3a462ec1c3 Update dependencies 2023-08-28 17:12:14 +02:00
Andreas Zweili
8181db93ea
Revert "Pdm" 2023-08-27 19:06:06 +02:00
45a2d9ed22 Replace poetry with pdm
In addition we stop using Nix managing the Python dependencies. It just takes
too much time to again and again fix the various problems.
2023-08-27 18:59:58 +02:00
3ded676db9 Try to update execnet 2023-07-11 21:11:30 +02:00
dependabot[bot]
fd3d342cfe
Bump django-filter from 22.1 to 23.2
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.2.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/22.1...23.2)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 17:43:54 +00:00
f6cb0f6873 Update dependencies 2023-07-10 17:38:04 +02:00
ca30519384 Remove unused dev packages 2023-07-10 17:36:04 +02:00
bfb5c19931 Add pylint-django 2023-07-02 13:52:49 +02:00
f7204f43d0 Add mypy 2023-07-02 13:11:04 +02:00
41876ad29d Add python-lsp-server 2023-06-25 15:06:40 +02:00
675eb4ff95 Update packages 2023-04-24 13:18:25 +02:00
ccfc1ea66c Update poetry 2023-03-07 21:53:18 +01:00
de219f7d62 Update dependencies 2023-01-29 12:55:38 +01:00
84c2516d24 Remove unused package 2022-12-28 13:43:25 +01:00
a529a59e29 Rewrite the flake to use poetry2nix.dependencyEnv 2022-12-12 20:37:51 +01:00
dependabot[bot]
7c6a33f8b7
Bump pylint from 2.15.6 to 2.15.8
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.6 to 2.15.8.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.6...v2.15.8)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:49:03 +00:00
dependabot[bot]
6a2983bea2
Bump pytest-xdist from 3.0.2 to 3.1.0
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:42:23 +00:00
dependabot[bot]
3014ad0b8a
Bump rope from 1.4.0 to 1.5.1
Bumps [rope](https://github.com/python-rope/rope) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-rope/rope/compare/1.4.0...1.5.1)

---
updated-dependencies:
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:33:43 +00:00
dependabot[bot]
acd616ec5b
Bump flake8 from 5.0.4 to 6.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 23:11:20 +00:00
3036aeebfe Add various dev tools 2022-11-22 12:31:45 +01:00
7075b0378d Remove pdm from dependencies 2022-11-19 18:34:16 +01:00
4c7375cd09 Update poetry lock file 2022-11-16 21:47:15 +01:00
b4c5ded2d2 Add pyyaml 2022-11-16 21:34:37 +01:00
c07bc5268b WIP poetry 2022-11-15 22:04:13 +01:00