Skip to content

Commit 9828f83

Browse files
committed
chore: bump version to 1.5.7 and update uv to 0.9.5 to fix security vulnerability
1 parent 05bb87f commit 9828f83

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "omnipkg"
7-
version = "1.5.6"
7+
version = "1.5.7"
88
authors = [
99
{ name = "1minds3t", email = "1minds3t@proton.me" },
1010
]
@@ -44,7 +44,7 @@ dependencies = [
4444
"safety>=3.0; python_version >= '3.10' and python_version < '3.14'",
4545
"aiohttp",
4646
"pip-audit>=2.6.0; python_version >= '3.14'",
47-
"uv"
47+
"uv>=0.9.5"
4848
]
4949

5050
[project.optional-dependencies]

requirements.txt

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=requirements.txt pyproject.toml
6-
#
7-
--index-url https://pkgs.safetycli.com/repository/omnipkg/pypi/simple/
8-
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile pyproject.toml -o requirements.txt
93
aiohappyeyeballs==2.6.1
104
# via aiohttp
115
aiohttp==3.12.15
@@ -80,10 +74,10 @@ multidict==6.6.4
8074
# yarl
8175
nltk==3.9.1
8276
# via safety
83-
packaging==25.0 ; python_version >= "3.10"
77+
packaging==25.0
8478
# via
85-
# dparse
8679
# omnipkg (pyproject.toml)
80+
# dparse
8781
# safety
8882
# safety-schemas
8983
propcache==0.3.2
@@ -116,10 +110,12 @@ ruamel-yaml==0.18.15
116110
# safety-schemas
117111
ruamel-yaml-clib==0.2.14
118112
# via ruamel-yaml
119-
safety==3.6.1 ; python_version >= "3.10" and python_version < "3.14"
113+
safety==3.6.1
120114
# via omnipkg (pyproject.toml)
121115
safety-schemas==0.0.14
122116
# via safety
117+
setuptools==80.9.0
118+
# via safety
123119
shellingham==1.5.4
124120
# via typer
125121
sniffio==1.3.1
@@ -143,10 +139,7 @@ typing-extensions==4.15.0
143139
# typer
144140
urllib3==2.5.0
145141
# via requests
146-
uv==0.8.20
142+
uv==0.9.5
147143
# via omnipkg (pyproject.toml)
148144
yarl==1.20.1
149145
# via aiohttp
150-
151-
# The following packages are considered to be unsafe in a requirements file:
152-
# setuptools

0 commit comments

Comments
 (0)