Skip to content

Commit

Permalink
Merge pull request #64 from mitchelllisle/fix/dependency-updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
mitchelllisle authored Aug 3, 2023
2 parents b731081 + af33028 commit 1a56064
Show file tree
Hide file tree
Showing 6 changed files with 620 additions and 484 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: clean clean-test clean-pyc clean-build docs help test test-cov
.DEFAULT_GOAL := help

VERSION=1.10.0
VERSION=1.11.0

clean: ## remove all build, test, coverage and Python artifacts
@echo -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 🧟 Monstermash

> 1️⃣ version: 1.10.0
> 1️⃣ version: 1.11.0
> ✍️ author: Mitchell Lisle
Expand Down
1,093 changes: 614 additions & 479 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monstermash"
version = "1.10.0"
version = "1.11.0"
description = ""
authors = ["Mitchell Lisle <[email protected]>"]
readme = "README.md"
Expand All @@ -13,6 +13,7 @@ pynacl = "^1.5.0"
click = "^8.1.3"
pydantic = "^2.0"
pydantic-settings = "^2.0.0"
cryptography = ">=41.0.2"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.10.0
current_version = 1.11.0
commit = True

[bumpversion:file:pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion src/monstermash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.10.0'
__version__ = '1.11.0'
__author__ = 'Mitchell Lisle'
__email__ = '[email protected]'

0 comments on commit 1a56064

Please sign in to comment.