oe-python-template-example 0.2.8__tar.gz → 0.2.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template-example
3
- Version: 0.2.8
3
+ Version: 0.2.10
4
4
  Summary: 🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
5
5
  Project-URL: Homepage, https://oe-python-template-example.readthedocs.io/en/latest/
6
6
  Project-URL: Documentation, https://oe-python-template-example.readthedocs.io/en/latest/
@@ -55,8 +55,8 @@ Requires-Dist: typer>=0.15.1
55
55
  Provides-Extra: examples
56
56
  Requires-Dist: jinja2>=3.1.6; extra == 'examples'
57
57
  Requires-Dist: jupyter>=1.1.1; extra == 'examples'
58
- Requires-Dist: marimo>=0.11.26; extra == 'examples'
59
- Requires-Dist: streamlit>=1.43.2; extra == 'examples'
58
+ Requires-Dist: marimo>=0.11.28; extra == 'examples'
59
+ Requires-Dist: streamlit>=1.44.0; extra == 'examples'
60
60
  Description-Content-Type: text/markdown
61
61
 
62
62
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "oe-python-template-example"
3
- version = "0.2.8"
3
+ version = "0.2.10"
4
4
  description = "🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -90,8 +90,8 @@ packages = ["src/oe_python_template_example"]
90
90
 
91
91
  [project.optional-dependencies]
92
92
  examples = [
93
- "streamlit>=1.43.2",
94
- "marimo>=0.11.26",
93
+ "streamlit>=1.44.0",
94
+ "marimo>=0.11.28",
95
95
  "jupyter>=1.1.1",
96
96
  "jinja2>=3.1.6",
97
97
  ]
@@ -111,7 +111,7 @@ dev = [
111
111
  "pip-audit>=2.8.0",
112
112
  "pip-licenses>=5.0.0",
113
113
  "pre-commit>=4.1.0",
114
- "pyright>=1.1.396",
114
+ "pyright>=1.1.398",
115
115
  "pytest>=8.3.5",
116
116
  "pytest-asyncio>=0.26.0",
117
117
  "pytest-cov>=6.0.0",
@@ -120,7 +120,7 @@ dev = [
120
120
  "pytest-regressions>=2.7.0",
121
121
  "pytest-subprocess>=1.5.3",
122
122
  "pytest-xdist[psutil]>=3.6.1",
123
- "ruff>=0.10.0",
123
+ "ruff>=0.11.2",
124
124
  "sphinx>=8.2.3",
125
125
  "sphinx-autobuild>=2024.10.3",
126
126
  "sphinx-copybutton>=0.5.2",
@@ -132,7 +132,7 @@ dev = [
132
132
  "sphinxext.opengraph>=0.9.1",
133
133
  "swagger-plugin-for-sphinx>=5.1.0",
134
134
  "tomli>=2.1.0",
135
- "types-pyyaml>=6.0.12.20241230",
135
+ "types-pyyaml>=6.0.12.20250326",
136
136
  "watchdog>=6.0.0",
137
137
  ]
138
138
 
@@ -254,7 +254,7 @@ source = ["src/"]
254
254
 
255
255
 
256
256
  [tool.bumpversion]
257
- current_version = "0.2.8"
257
+ current_version = "0.2.10"
258
258
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
259
259
  serialize = ["{major}.{minor}.{patch}"]
260
260
  search = "{current_version}"