1797 Commits

Author SHA1 Message Date
dependabot[bot]
f18d89eeab build(deps-dev): bump pytest from 7.0.0 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.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.0.0...7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 15:49:41 +00:00
dependabot[bot]
47e3da1f37 build(deps): bump typing-extensions from 4.0.1 to 4.1.1
Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/4.0.1...4.1.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 15:49:26 +00:00
Carlos Meza
6786330251 ci(pre-commit): update hooks 2022-02-14 09:53:07 +00:00
dependabot[bot]
89037b8ec6
Merge pull request #566 from copier-org/dependabot/pip/poethepoet-0.12.3 2022-02-11 17:19:06 +00:00
dependabot[bot]
7c5312e54e
Merge pull request #569 from copier-org/dependabot/pip/mkdocs-material-8.1.11 2022-02-11 17:10:57 +00:00
dependabot[bot]
dbb1ea5366
build(deps): bump mkdocs-material from 8.1.9 to 8.1.11
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.9 to 8.1.11.
- [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/8.1.9...8.1.11)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 13:32:55 +00:00
dependabot[bot]
c88adcf98c
build(deps-dev): bump poethepoet from 0.12.2 to 0.12.3
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](https://github.com/nat-n/poethepoet/compare/v0.12.2...v0.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 13:49:36 +00:00
David Stanek
004c90ffc9 test: fix date comparison not working in my timezone
The now() template builtin is being used in the test and is an alias
for datetime.utcnow(). The now however, just uses datetime.now(). This
means that my datetime.now() will always make this test fail.

Signed-off-by: David Stanek <dstanek@dstanek.com>
2022-02-09 20:48:55 +00:00
dependabot[bot]
e4eccc26c2 build(deps): bump mkdocstrings from 0.17.0 to 0.18.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.17.0 to 0.18.0.
- [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.17.0...0.18.0)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 18:22:26 +00:00
dependabot[bot]
f278931960 build(deps-dev): bump pytest from 6.2.5 to 7.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0.
- [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/6.2.5...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-04 19:14:59 +00:00
dependabot[bot]
67eb8cd4f4 build(deps-dev): bump types-pyyaml from 6.0.3 to 6.0.4
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 19:05:07 +00:00
dependabot[bot]
92bf8d88a1 build(deps-dev): bump black from 21.12b0 to 22.1.0
Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/22.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 22:39:26 +00:00
dependabot[bot]
c4031d09f5 build(deps): bump mkdocs-material from 8.1.7 to 8.1.9
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.7 to 8.1.9.
- [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/8.1.7...8.1.9)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 22:37:02 +00:00
Ben Yang
b255de2e34 Update configuring.md "Conditional files" section
Use the correct default syntax of `{%`, instead of `{{`.
2022-01-29 20:34:18 +00:00
dependabot[bot]
374ec0dadd build(deps): bump dunamai from 1.7.0 to 1.8.0
Bumps [dunamai](https://github.com/mtkennerly/dunamai) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/mtkennerly/dunamai/releases)
- [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mtkennerly/dunamai/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: dunamai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-28 14:27:13 +00:00
dependabot[bot]
59df713f34 build(deps-dev): bump pre-commit from 2.16.0 to 2.17.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 04:44:11 +00:00
Timothée Mazzucotelli
d2f5998b51
docs: Change diagram colors when switching between dark and light themes (#544) 2022-01-18 15:57:17 +01:00
dependabot[bot]
90dd796afd build(deps): bump mkdocs-material from 8.1.6 to 8.1.7
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.6 to 8.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/8.1.6...8.1.7)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 19:47:39 +01:00
dependabot[bot]
a832f046c8 build(deps-dev): bump poethepoet from 0.12.1 to 0.12.2
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](https://github.com/nat-n/poethepoet/compare/v0.12.1...v0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 19:47:16 +01:00
eyllanesc
2dbdeaaa83 docs: enable footnotes and navigation.tracking 2022-01-15 15:41:45 +01:00
dependabot[bot]
371f6f0872 build(deps-dev): bump types-pyyaml from 6.0.1 to 6.0.3
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.1 to 6.0.3.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 15:41:01 +01:00
dependabot[bot]
1e724e2ae8 build(deps-dev): bump poethepoet from 0.12.0 to 0.12.1
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](https://github.com/nat-n/poethepoet/compare/v0.12.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:32:47 +01:00
Yajo
1dc3a1bbce docs: fix some errors and lies, change colors
Old color palette wasn't easy to read in the dark.

New one is more readable and fits better with our logo.
2022-01-13 21:35:11 +01:00
Timothée Mazzucotelli
1afbae1181 docs: Add titles to code blocks where relevant 2022-01-13 21:35:11 +01:00
Timothée Mazzucotelli
5d90ad967d docs: Add dark/light theme switch 2022-01-13 21:35:11 +01:00
Timothée Mazzucotelli
3d41685a39 docs: Add minimal example to "creating" page 2022-01-13 21:35:11 +01:00
Timothée Mazzucotelli
616829db75 docs: Add native Jinja2 extensions 2022-01-13 21:35:11 +01:00
Timothée Mazzucotelli
3164f208e2 docs: Document condition files and directories 2022-01-13 21:35:11 +01:00
dependabot[bot]
7a25e3dfbf build(deps-dev): bump mypy from 0.930 to 0.931
Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.931)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-12 16:06:44 +01:00
dependabot[bot]
859654f042 build(deps-dev): bump flake8-bugbear from 21.11.29 to 22.1.11
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.29 to 22.1.11.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.11.29...22.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-12 15:45:19 +01:00
dependabot[bot]
61e23ed383 build(deps-dev): bump poethepoet from 0.11.0 to 0.12.0
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](https://github.com/nat-n/poethepoet/compare/v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 21:01:56 +01:00
dependabot[bot]
a5daf621d6 build(deps-dev): bump flake8-comprehensions from 3.7.0 to 3.8.0
Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases)
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst)
- [Commits](https://github.com/adamchainz/flake8-comprehensions/compare/3.7.0...3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 20:18:15 +01:00
Sabar Dasgupta
6cc94c6ad1
feat: include local dirty changes by default (#520)
- if a template is vcs-tracked and dirty, the changes are committed automatically with a "wip" commit and propagated to the subproject
- user is warned in this scenario
- tests for copy and update on dirty templates

fixes #184
2022-01-11 20:07:14 +01:00
dependabot[bot]
c085ca603b build(deps): bump mkdocs-material from 8.1.5 to 8.1.6
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.5 to 8.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/8.1.5...8.1.6)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 20:01:57 +01:00
Jairo Llopis
8ab7bd0845 style: apply pre-commit 2022-01-11 19:56:12 +01:00
Jairo Llopis
7b7a0b4f34 fix(mypy): 💚 add missing typing
Includes workarounds for https://github.com/tmbo/questionary/pull/191 and https://github.com/samuelcolvin/pydantic/pull/3175.
2022-01-11 19:56:12 +01:00
Jairo Llopis
e9557f75f7 test(pre-commit): fix false positives
The falsy return code was truthy when evaluated by Python.
2022-01-11 19:56:12 +01:00
dependabot[bot]
87c393e770 build(deps): bump mkdocs-material from 8.1.4 to 8.1.5
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.4 to 8.1.5.
- [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/8.1.4...8.1.5)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 17:53:04 +01:00
dependabot[bot]
0b55e8104c build(deps): bump pygments from 2.11.1 to 2.11.2
Bumps [pygments](https://github.com/pygments/pygments) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.11.1...2.11.2)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-06 14:16:33 +01:00
dependabot[bot]
353cc17f01 build(deps): bump pydantic from 1.8.2 to 1.9.0
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 18:29:07 +01:00
dependabot[bot]
8e60585180 build(deps): bump mkdocs-material from 8.1.3 to 8.1.4
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.3 to 8.1.4.
- [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/8.1.3...8.1.4)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 18:27:27 +01:00
dependabot[bot]
ec247efea5 build(deps): bump pygments from 2.11.0 to 2.11.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.11.0...2.11.1)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 18:26:56 +01:00
dependabot[bot]
a283bc46de build(deps): bump typing-extensions from 3.10.0.2 to 4.0.1
Bumps [typing-extensions](https://github.com/python/typing) from 3.10.0.2 to 4.0.1.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/3.10.0.2...4.0.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 13:50:22 +01:00
dependabot[bot]
331fcf06ee build(deps): bump pygments from 2.10.0 to 2.11.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 14:39:57 +00:00
dependabot[bot]
ddf387b7cf build(deps-dev): bump mypy from 0.910 to 0.930
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.930.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.930)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 16:44:48 +00:00
dependabot[bot]
820db22171 build(deps): bump mkdocstrings from 0.16.2 to 0.17.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.16.2 to 0.17.0.
- [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.16.2...0.17.0)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 06:41:05 +00:00
Timothée Mazzucotelli
4b6e07fa3d chore: Update lock file 2021-12-28 08:16:23 +00:00
Timothée Mazzucotelli
7779803b33
docs: Add a quick start example on how to create a template (#510)
Co-authored-by: Jairo Llopis <Yajo@users.noreply.github.com>
2021-12-28 07:58:57 +00:00
dependabot[bot]
8bd85d471e build(deps): bump plumbum from 1.7.1 to 1.7.2
Bumps [plumbum](https://github.com/tomerfiliba/plumbum) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/tomerfiliba/plumbum/releases)
- [Changelog](https://github.com/tomerfiliba/plumbum/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tomerfiliba/plumbum/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: plumbum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-24 19:09:38 +00:00
Jairo Llopis
ba745c898e
Merge pull request #509 from pawamoy/python-311
build: Accept Python 3.11 as requirement
2021-12-22 18:22:29 +00:00