Skip to content

Commit baf5e69

Browse files
authored
Merge pull request #1432 from Anselmoo/feature/updates
build: 🔖 Bump version to `1.0.2`
2 parents 4c821d8 + cae49e9 commit baf5e69

File tree

6 files changed

+807
-722
lines changed

6 files changed

+807
-722
lines changed

.github/workflows/docker-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# https://github.com/docker/build-push-action
7070
- name: Build and push Docker image
7171
id: build-and-push
72-
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
72+
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
7373
with:
7474
context: .
7575
push: ${{ github.event_name != 'pull_request' }}

poetry.lock

+797-715
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SpectraFit"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
55
readme = "README.md"
66
authors = ["Anselm Hahn <[email protected]>"]
@@ -82,7 +82,10 @@ pydot = { version = "^3.0.0", optional = true }
8282
jupyter-dash = { version = "^0.4.2", optional = true }
8383
ipywidgets = { version = "^8.0.4", optional = true }
8484
dash-bootstrap-components = { version = "^1.3.0", optional = true }
85-
dash-bootstrap-templates = { version = "^1.0.7", optional = true }
85+
dash-bootstrap-templates = [
86+
{ version = "<=1.1.2", markers = "python_version < '3.10'" },
87+
{ version = "^1.2.0", markers = "python_version >= '3.10'" },
88+
]
8689
python-pptx = { version = "^0.6.22", optional = true }
8790

8891
[tool.poetry.group.dev.dependencies]
@@ -113,7 +116,7 @@ prospector = { extras = [
113116
"pylint",
114117
], version = "^1.10.2" }
115118
bump-pydantic = "^0.8.0"
116-
types-setuptools = ">=70.3.0.20240710,<70.4.0.0"
119+
types-setuptools = ">=71.1.0.20240726,<71.2.0.0"
117120

118121
[tool.poetry.group.docs.dependencies]
119122
mkdocs-material = "^9.5.0"

spectrafit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
SpectraFit uses [Semantic Versioning](https://semver.org/).
66
"""
77

8-
__version__ = "1.0.1"
8+
__version__ = "1.0.2"

vendor/docker-stacks

Submodule docker-stacks updated 189 files

0 commit comments

Comments
 (0)