From 5f554b2cbc28fff107ec0d941828d3dd4bf4443c Mon Sep 17 00:00:00 2001 From: Stephen Lincoln Date: Fri, 17 May 2024 11:34:23 -0400 Subject: [PATCH] Updated certifi pinned version --- poetry.lock | 23 +++++++++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfb4a81..27288d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. [[package]] name = "certifi" version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -15,6 +16,7 @@ files = [ name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -114,6 +116,7 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -125,6 +128,7 @@ files = [ name = "coverage" version = "7.4.0" description = "Code coverage measurement for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -192,6 +196,7 @@ toml = ["tomli"] name = "exceptiongroup" version = "1.2.0" description = "Backport of PEP 654 (exception groups)" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -206,6 +211,7 @@ test = ["pytest (>=6)"] name = "idna" version = "3.6" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -217,6 +223,7 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -228,6 +235,7 @@ files = [ name = "jinja2" version = "3.1.3" description = "A very fast and expressive template engine." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -245,6 +253,7 @@ i18n = ["Babel (>=2.7)"] name = "markupsafe" version = "2.1.4" description = "Safely add untrusted strings to HTML/XML markup." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -314,6 +323,7 @@ files = [ name = "packaging" version = "22.0" description = "Core utilities for Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -325,6 +335,7 @@ files = [ name = "pluggy" version = "1.3.0" description = "plugin and hook calling mechanisms for python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -340,6 +351,7 @@ testing = ["pytest", "pytest-benchmark"] name = "pyparsing" version = "3.1.1" description = "pyparsing module - Classes and methods to define and execute parsing grammars" +category = "main" optional = false python-versions = ">=3.6.8" files = [ @@ -354,6 +366,7 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pysigma" version = "0.11.2" description = "Sigma rule processing and conversion tools" +category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ @@ -372,6 +385,7 @@ requests = ">=2.28.1,<3.0.0" name = "pytest" version = "7.4.4" description = "pytest: simple powerful testing with Python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -394,6 +408,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -412,6 +427,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -461,6 +477,7 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -482,6 +499,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -493,6 +511,7 @@ files = [ name = "urllib3" version = "2.1.0" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -508,4 +527,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4a05d7345b77ffa19bba8aa1e5ecb5df75bb779823e52bd1a6f1812efde8cb7d" +content-hash = "1d46228d2d85d3a3bd026d59a61a560a1d04e74ed191acaac3097ad6263a0eb0" diff --git a/pyproject.toml b/pyproject.toml index fa11565..534e290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" pysigma = ">= 0.9.0" -certifi = "^2023.07.22" +certifi = ">=2023.07.22" [tool.poetry.dev-dependencies]