Commit Graph

66 Commits

Author SHA1 Message Date
230d3cffd9 Bump version to 1.0.0b1 2023-08-02 11:29:28 -04:00
Obeida Shamoun
0693ce4706 restrict poetry and tox versions to latest versions 2023-06-24 01:44:47 +02:00
449381ca09 Update mdformat to mitigate CVE-2023-26303
Update markdown format with new version of mdformat
2023-05-19 14:21:17 -04:00
afaf025485 Bump version to 0.10.3 2023-05-19 13:56:45 -04:00
c984abbc2f Update poetry requirement to remove compatibility with ^1.5 2023-05-19 13:56:00 -04:00
11a478bd4e Bump version to 0.10.2 2023-03-29 19:25:29 -04:00
3399bbecc2 Bump version to 0.10.1 2023-03-01 16:56:12 -05:00
d711a17596 Update dependencies to fix security flags 2023-03-01 16:43:09 -05:00
4f69c8b3b2 Add explicit virtualenv dep to work around issue in poetry-export
Poetry-export is used in CI so this bug blocks CI operation without the workaround
suggested in this issue: https://github.com/python-poetry/poetry-plugin-export/issues/176
2023-03-01 16:39:05 -05:00
469cb251cf Add official support for Python 3.11
Add pypi classifier for py3.11
Update CI to test py3.11
2023-02-24 17:49:31 -05:00
52f34cb317 Update dependencies to include compatibility with Poetry 1.3
Fixes #78
2023-02-24 16:58:14 -05:00
453b575159 Bump version to 0.10.0 2022-10-06 13:09:19 -04:00
Justin Wood
73ddd43284 Change version to 0.9, address some review nits and use poetry 1.2 rather than pre-release. 2022-09-07 15:11:19 -04:00
Justin Wood
a181da95b3 Bump to poetry 1.2.0b3 2022-09-07 12:05:48 -04:00
Justin Wood
17d0272089 Support [tool.poetry.group.dev.dependencies] as the newer alternative to [tool.poetry.dev-dependencies] 2022-09-07 12:05:47 -04:00
Justin Wood
b54bf44dc5 Basic changes to support poetry 1.2.0b2, no longer support Poetry 1.1.x 2022-09-07 12:05:44 -04:00
72c719c26c Update changelog with version 0.8.5 2022-09-06 16:29:00 -04:00
5f30656683 Fix poetry dependency spec to <1.2 for last 0.8 release
Update pylint to >2.13 to fix security warning
2022-09-06 15:20:57 -04:00
ff3e1603d2 Bump patch version 2022-04-25 19:28:03 -04:00
015915adf7 Bump patch version for 3.10 classifier 2022-01-05 02:18:53 -05:00
f1f7a63774 Add toml typing stubs
Fix typing errors with new version of mypy
2022-01-05 02:12:02 -05:00
bb0db0fa1d Add python 3.10 classifier 2022-01-05 02:12:02 -05:00
7f8d27709a Update black to latest beta 2022-01-05 01:00:34 -05:00
Rebecca Turner
603cca6fd9 Update version to 0.8.2 2021-10-18 16:26:56 -04:00
7fc322419a Bump patch version 2021-06-16 22:22:52 -04:00
d5def209f2 Bump feature version 2021-05-05 22:17:30 -04:00
1a5ba01c2f Standardize package description 2021-04-19 23:39:32 -04:00
6d51d166a7 Bump feature version 2021-04-19 23:38:36 -04:00
17fc1bdef6 Add mdformat dependencies 2021-04-16 01:57:42 -04:00
41b6cfdf54 Add missing python3 classifier 2021-02-15 22:22:51 -05:00
65187eeac2 Bump patch version 2021-02-15 22:22:51 -05:00
a91364efd6 Bump patch version 2021-02-10 00:07:34 -05:00
46b8fcc2a4 Update tox dependency spec from ^3.0 to ^3.8 for compatibility 2021-01-27 21:29:14 -05:00
9ec64cf98f Bump patch version 2021-01-22 19:13:42 -05:00
2ce97a5349 Bump patch version 2020-12-16 19:16:38 -05:00
8356d52c4f Update project project status from alpha to beta 🎉 2020-12-05 18:31:44 -05:00
604e60d567 Bump feature version 2020-12-04 17:57:44 -05:00
872f6b0892 Update poetry dependency to be installed as optional extra
When running 'poetry remove tox-poetry-installer' in the same env as
poetry is installed to, poetry will uninstall itself. This is, obviously,
not ideal.

This change makes poetry an optional dependency so that the plugin can be
installed (and uninstalled) alongside poetry in the same env without
breaking the poetry installation. The intention is that the plugin can be
installed with the 'poetry' extra when being installed to an isolated environment
where poetry is not otherwise available.

This is a mitigation of Issue #2 as an alternative to vendorization of the enitre
poetry project 😬
2020-12-04 17:57:38 -05:00
498cb4a3d2 Bump patch version 2020-11-26 14:54:34 -05:00
429992cff9 Bump patch version 2020-11-26 13:44:33 -05:00
eebd16383d Add python3.9 to test and classifier lists 2020-11-26 12:54:14 -05:00
add4ec62eb Update python requirement to ^3.6.1
Remove python specifiers from all deps that required >=3.6.1
2020-11-26 12:48:40 -05:00
0c25ca965e Update pre-commit config to use poetry environment
Add precommit hook for checking for merge conflicts
Add dev dep for blacken-docs
Add dev dep for pre-commit-hooks
Update all precommit hooks to use system language
Update toxfile to use new dev deps
Fix tox vs. precommit conflicts with reorder-python-imports
2020-11-26 12:41:06 -05:00
df8312f5ee Bump feature version 2020-11-12 19:42:43 -05:00
d8d483e849 Update to use poetry-core for PEP517 builds 2020-11-12 00:41:54 -05:00
b57b78d4e2 Add typing stub file 2020-11-11 22:37:08 -05:00
33e81f742a Split single module file out into directory module 2020-11-11 22:37:08 -05:00
c7bb3d35ea Bump feature version 2020-10-24 12:10:07 -04:00
db0cf6ce0c Bump patch version 2020-10-24 11:53:38 -04:00
f944843278 Bump feature version 2020-10-22 21:07:55 -04:00