File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
7
7
[project ]
8
8
name = " socketsecurity"
9
- version = " 2.1.20 "
9
+ version = " 2.1.21 "
10
10
requires-python = " >= 3.10"
11
11
license = {"file" = " LICENSE" }
12
12
dependencies = [
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pytest-watch==4.2.0
56
56
# via socketsecurity
57
57
python-dotenv == 1.0.1
58
58
# via socketsecurity
59
- requests == 2.32.3
59
+ requests == 2.32.4
60
60
# via socket-sdk-python
61
61
# via socketsecurity
62
62
smmap == 5.0.2
@@ -65,7 +65,7 @@ socket-sdk-python==2.0.15
65
65
# via socketsecurity
66
66
typing-extensions == 4.12.2
67
67
# via socket-sdk-python
68
- urllib3 == 2.3 .0
68
+ urllib3 == 2.5 .0
69
69
# via requests
70
70
watchdog == 6.0.0
71
71
# via pytest-watch
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pytest-watch==4.2.0
54
54
# via socketsecurity
55
55
python-dotenv == 1.0.1
56
56
# via socketsecurity
57
- requests == 2.32.3
57
+ requests == 2.32.4
58
58
# via socket-sdk-python
59
59
# via socketsecurity
60
60
smmap == 5.0.2
@@ -63,7 +63,7 @@ socket-sdk-python==2.1.5
63
63
# via socketsecurity
64
64
typing-extensions == 4.12.2
65
65
# via socket-sdk-python
66
- urllib3 == 2.3 .0
66
+ urllib3 == 2.5 .0
67
67
# via requests
68
68
watchdog == 6.0.0
69
69
# via pytest-watch
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.1.20 '
2
+ __version__ = '2.1.21 '
You can’t perform that action at this time.
0 commit comments