Skip to content

Commit 65503a7

Browse files
⚙️ FEATURE: Updated requirements
1 parent ab87c6c commit 65503a7

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

poetry.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[tool.poetry]
22
name = "linux-dev"
3-
version = "0.1.0"
3+
version = "0.1.0.dev-1"
44
description = "🐧 Dev Linux Profile"
55
authors = ["Fernando Celmer <email@fernandocelmer.com>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{include = "linuxd"}]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.11"
11+
python = "^3.12"
12+
linuxp = "^1.0.20"
1213

1314

1415
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
linuxp==1.0.19
1+
linuxp==1.0.20

0 commit comments

Comments
 (0)