Skip to content

Commit

Permalink
fix: New release also fixes CVE-2023-49462.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Oct 31, 2024
1 parent 67c0b17 commit 7b1e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Producer)
from prometheus_client import Counter, Info, Summary, start_http_server

__version__ = '0.4.4'
__version__ = '0.4.5'
PROG = os.path.basename(sys.argv[0]).removesuffix('.py')
logging.basicConfig()
logger = logging.getLogger(PROG)
Expand Down

0 comments on commit 7b1e5d1

Please sign in to comment.