James Hodgkinson
6b0d1bacd8
Document that you need to tell Nginx or other proxies to use HTTP 1.1… ( #1592 )
...
* Document that you need to tell Nginx or other proxies to use HTTP 1.1 or later - Fixes #1591
* fixing workflows
2023-05-05 21:08:54 +10:00
James Hodgkinson
af01301acd
sccache github actions fixes ( #1593 )
...
* specifying version per https://github.com/Mozilla-Actions/sccache-action/issues/41#issuecomment-1531365155
2023-05-04 18:40:00 +10:00
Firstyear
8eb031424a
Start next dev cycle ( #1589 )
2023-05-01 12:33:12 +10:00
Firstyear
bcdbb1837a
Release 1.1.0-alpha.12 ( #1588 )
2023-05-01 11:07:44 +10:00
dependabot[bot]
7c6eb89417
chore(deps): bump tokio-util from 0.7.7 to 0.7.8 ( #1587 )
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.7 to 0.7.8.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.7...tokio-util-0.7.8 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 22:44:48 +00:00
dependabot[bot]
9c70ab5fda
chore(deps): bump reqwest from 0.11.16 to 0.11.17 ( #1586 )
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.16 to 0.11.17.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.16...v0.11.17 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 22:18:08 +00:00
dependabot[bot]
7eb2d73974
chore(deps): bump tokio from 1.27.0 to 1.28.0 ( #1585 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 21:56:45 +00:00
dependabot[bot]
bc04760511
chore(deps): bump uuid from 1.3.1 to 1.3.2 ( #1584 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.1...1.3.2 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 21:38:15 +00:00
dependabot[bot]
32e8cbbab1
chore(deps): bump clap from 3.2.23 to 3.2.25 ( #1583 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.23 to 3.2.25.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.25/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.23...v3.2.25 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 21:04:22 +00:00
dependabot[bot]
d69b850aee
chore(deps-dev): bump coverage from 7.2.3 to 7.2.5 in /pykanidm ( #1582 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.3 to 7.2.5.
- [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/7.2.3...7.2.5 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 20:58:59 +00:00
Firstyear
ca5ed43b5d
Correctly prevent start up when https sockets in use ( #1579 )
2023-04-28 19:36:47 +10:00
Firstyear
1974d27dd8
Filter rdns and dns for ldap filters ( #1576 )
2023-04-27 22:37:44 +10:00
micolous
850a985692
use sccache, merge "test" actions into "build", remove homebrew caching ( #1578 )
...
* use sccache, merge "test" actions into "build", remove homebrew caching
* rename some actions, make windows build in debug mode to be consistent with tests
* run CI on Windows for pull requests, only upload to releases for the correct repo
* Don't need rust on ubuntu-latest
2023-04-27 22:35:24 +10:00
Firstyear
49a767179c
Cleanup incorrect log errors of denied entries ( #1577 )
2023-04-27 15:38:45 +10:00
Firstyear
33f0034b80
20230424 clippppppppppppyyyyyyyy ( #1574 )
...
* Resolve a lot of clips
2023-04-26 21:55:42 +10:00
Firstyear
c670069db1
Add exclusive process lock to Kanidm to prevent accidental duplicate commands. ( #1575 )
2023-04-26 21:09:18 +10:00
James Hodgkinson
2f4687765c
more more more unixd build fixes ( #1573 )
...
* fixing unix packaging
2023-04-26 15:42:23 +10:00
dependabot[bot]
ffc17b9e05
chore(deps-dev): bump mkdocs-material from 9.1.7 to 9.1.8 in /pykanidm ( #1572 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.1.7 to 9.1.8.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.7...9.1.8 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 13:39:44 +00:00
dependabot[bot]
33312cf305
chore(deps): bump openssl from 0.10.51 to 0.10.52 ( #1571 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.51 to 0.10.52.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 13:39:23 +00:00
dependabot[bot]
4cbc3b9a84
chore(deps): bump openssl-sys from 0.9.86 to 0.9.87 ( #1570 )
...
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl ) from 0.9.86 to 0.9.87.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.86...openssl-sys-v0.9.87 )
---
updated-dependencies:
- dependency-name: openssl-sys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 13:10:09 +00:00
dependabot[bot]
60b4e724fc
chore(deps-dev): bump ruff from 0.0.262 to 0.0.263 in /pykanidm ( #1569 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.262 to 0.0.263.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 12:38:21 +00:00
James Hodgkinson
ec8e5dfc31
more-merge unixd commands ( #1568 )
...
* fixing unix packaging
* stripping out actions-rs/toolchain
* fixing an error in the qrcode def in cargo.toml
2023-04-25 22:36:17 +10:00
Firstyear
ade1591554
Consolidate unix tools ( #1566 )
2023-04-24 19:47:52 +10:00
Firstyear
9286d3780a
1553 pam remote or local detection ( #1565 )
2023-04-24 10:19:28 +10:00
dependabot[bot]
ec3accf6c3
chore(deps): bump openssl from 0.10.50 to 0.10.51 ( #1563 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.50 to 0.10.51.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 00:05:54 +00:00
Firstyear
ea57b7e990
Improve user experince of refreshing with intent tokens during cred update ( #1556 )
2023-04-24 09:47:34 +10:00
dependabot[bot]
723bacb669
chore(deps): bump tracing-subscriber from 0.3.16 to 0.3.17 ( #1562 )
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 23:36:20 +00:00
dependabot[bot]
7e631f7eae
chore(deps): bump regex from 1.7.3 to 1.8.1 ( #1561 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.3 to 1.8.1.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.3...1.8.1 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 22:59:19 +00:00
dependabot[bot]
4f226f4764
chore(deps): bump libc from 0.2.141 to 0.2.142 ( #1560 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.141 to 0.2.142.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.141...0.2.142 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 22:17:03 +00:00
dependabot[bot]
41ff84ff4c
chore(deps-dev): bump ruff from 0.0.261 to 0.0.262 in /pykanidm ( #1559 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.261 to 0.0.262.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 21:44:10 +00:00
dependabot[bot]
cdfcf4c4d6
chore(deps-dev): bump mkdocs-material from 9.1.6 to 9.1.7 in /pykanidm ( #1558 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.1.6 to 9.1.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.6...9.1.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 21:00:28 +00:00
dependabot[bot]
643e68a20a
chore(deps): bump actions/upload-artifact from 1 to 3 ( #1557 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 20:57:46 +00:00
Firstyear
db8cf8883b
Fix incompatible future warnings by removing older crates ( #1554 )
2023-04-20 15:49:51 +10:00
Firstyear
155c93c931
20230330 oauth2 refresh tokens ( #1502 )
2023-04-20 08:34:21 +10:00
James Hodgkinson
90d4fe1d58
Sorting documentation builds ( #1551 )
...
* updating pykanidm to fix mypy issue
* removing mdbook-template requirement
2023-04-18 21:35:40 +10:00
Firstyear
ab49c7f21d
Add troubleshooting step for pam home dirs ( #1550 )
...
* Add troubleshooting step for pam home dirs
2023-04-18 13:43:08 +10:00
MinhPhan8803
3e860feb13
AuthSession non empty vec part 2 ( #1543 )
2023-04-18 10:19:52 +10:00
dependabot[bot]
fb337ecb54
chore(deps): bump openssl from 0.10.49 to 0.10.50 ( #1548 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.49 to 0.10.50.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-16 22:45:08 +00:00
dependabot[bot]
b643b90fa2
chore(deps): bump serde from 1.0.159 to 1.0.160 ( #1547 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.159 to 1.0.160.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.159...v1.0.160 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-16 22:23:49 +00:00
dependabot[bot]
9e18484db1
chore(deps): bump syn from 2.0.13 to 2.0.15 ( #1546 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.13 to 2.0.15.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.13...2.0.15 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-16 22:10:23 +00:00
dependabot[bot]
f45df6ed42
chore(deps): bump serde_json from 1.0.95 to 1.0.96 ( #1545 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.95 to 1.0.96.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-16 21:14:59 +00:00
dependabot[bot]
4f48073a99
chore(deps-dev): bump pytest from 7.3.0 to 7.3.1 in /pykanidm ( #1544 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.0 to 7.3.1.
- [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.3.0...7.3.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-16 20:59:09 +00:00
dependabot[bot]
1cfe843fdf
chore(deps): bump h2 from 0.3.15 to 0.3.17 ( #1540 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 17:03:26 +00:00
Firstyear
68b8bf71fb
Improve unicode control character detection ( #1539 )
2023-04-12 15:53:02 +10:00
dependabot[bot]
579de69693
chore(deps-dev): bump mkdocstrings-python in /pykanidm ( #1533 )
...
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python ) from 0.8.3 to 0.9.0.
- [Release notes](https://github.com/mkdocstrings/python/releases )
- [Changelog](https://github.com/mkdocstrings/python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/python/compare/0.8.3...0.9.0 )
---
updated-dependencies:
- dependency-name: mkdocstrings-python
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 01:05:36 +00:00
dependabot[bot]
1211a813dc
chore(deps-dev): bump mypy from 1.0.1 to 1.2.0 in /pykanidm ( #1532 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.0.1 to 1.2.0.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v1.0.1...v1.2.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 00:32:55 +00:00
dependabot[bot]
e99acf3f3e
chore(deps): bump filetime from 0.2.20 to 0.2.21 ( #1529 )
...
Bumps [filetime](https://github.com/alexcrichton/filetime ) from 0.2.20 to 0.2.21.
- [Release notes](https://github.com/alexcrichton/filetime/releases )
- [Commits](https://github.com/alexcrichton/filetime/compare/0.2.20...0.2.21 )
---
updated-dependencies:
- dependency-name: filetime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 00:26:21 +00:00
dependabot[bot]
9aad147c6e
chore(deps-dev): bump mkdocstrings from 0.20.0 to 0.21.2 in /pykanidm ( #1536 )
...
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) from 0.20.0 to 0.21.2.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.21.2 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 00:21:41 +00:00
dependabot[bot]
43d71608ef
chore(deps-dev): bump mkdocs-material from 9.1.5 to 9.1.6 in /pykanidm ( #1535 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.5...9.1.6 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 00:19:55 +00:00
dependabot[bot]
ce6dde319e
chore(deps-dev): bump ruff from 0.0.260 to 0.0.261 in /pykanidm ( #1534 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.260 to 0.0.261.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.261 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 00:15:31 +00:00