Unverified Commit 4ff59dcc authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.niquests: 3.17.0 -> 3.18.2 (#500816)

parents 05a92625 0f34e0ad
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
{
  aiofiles,
  buildPythonPackage,
  charset-normalizer,
  cryptography,
@@ -17,22 +18,18 @@

buildPythonPackage rec {
  pname = "niquests";
  version = "3.17.0";
  version = "3.18.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jawah";
    repo = "niquests";
    tag = "v${version}";
    hash = "sha256-HGczeExOoZMBiPS//B/gu56Wnpzz55oawhTT67ekuOs=";
    hash = "sha256-lZMUm1rYCsNSMz/cKTqynaLqb1P75JJCFMDZ9onFS4g=";
  };

  build-system = [ hatchling ];

  pythonRelaxDeps = [
    "wassima"
  ];

  dependencies = [
    charset-normalizer
    urllib3-future
@@ -66,6 +63,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "niquests" ];

  nativeCheckInputs = [
    aiofiles
    cryptography
    fastapi
    pytest-asyncio