Skip to content

Commit

Permalink
Up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Oct 23, 2023
1 parent 1cfd65f commit a3f559d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnslib
flask == 2.3.2
flask == 2.3.3
flask-restx >= 1.2.0
flask_cors
maclookup
Expand All @@ -12,4 +12,4 @@ Requests
setuptools
torf
ulid-py
Werkzeug == 2.3.0
Werkzeug == 2.3.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
classifiers=[],
install_requires=[
'dnslib',
'flask==2.3.2',
'flask==2.3.3',
'flask_cors',
'flask-restx>=1.2.0',
'maclookup',
Expand All @@ -34,6 +34,6 @@
'Requests',
'torf',
'ulid-py',
'Werkzeug==2.3.0'
'Werkzeug==2.3.3'
]
)

0 comments on commit a3f559d

Please sign in to comment.