Skip to content

Commit fd85562

Browse files
committed
Bumped dependencies
1 parent 74d4185 commit fd85562

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.1.20"
9+
version = "2.1.21"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pytest-watch==4.2.0
5656
# via socketsecurity
5757
python-dotenv==1.0.1
5858
# via socketsecurity
59-
requests==2.32.3
59+
requests==2.32.4
6060
# via socket-sdk-python
6161
# via socketsecurity
6262
smmap==5.0.2
@@ -65,7 +65,7 @@ socket-sdk-python==2.0.15
6565
# via socketsecurity
6666
typing-extensions==4.12.2
6767
# via socket-sdk-python
68-
urllib3==2.3.0
68+
urllib3==2.5.0
6969
# via requests
7070
watchdog==6.0.0
7171
# via pytest-watch

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pytest-watch==4.2.0
5454
# via socketsecurity
5555
python-dotenv==1.0.1
5656
# via socketsecurity
57-
requests==2.32.3
57+
requests==2.32.4
5858
# via socket-sdk-python
5959
# via socketsecurity
6060
smmap==5.0.2
@@ -63,7 +63,7 @@ socket-sdk-python==2.1.5
6363
# via socketsecurity
6464
typing-extensions==4.12.2
6565
# via socket-sdk-python
66-
urllib3==2.3.0
66+
urllib3==2.5.0
6767
# via requests
6868
watchdog==6.0.0
6969
# via pytest-watch

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.1.20'
2+
__version__ = '2.1.21'

0 commit comments

Comments
 (0)