···28282929 disabledTests = [
3030 # makes http request to another server
3131+ # https://github.com/etianen/aiohttp-wsgi/issues/32
3132 "testEnviron"
3233 ];
3334
···2121 azure-keyvault-secrets
2222 ];
23232424- # this is just a meta package, which contains keys and secrets
2424+ # this is just a meta package, which contains keys and secrets packages
2525 doCheck = false;
2626-2727- pythonNamespaces = [ "azure" ];
2626+ doBuild = false;
28272928 pythonImportsCheck = [
3029 "azure.keyvault.keys"
···13131414buildPythonPackage rec {
1515 pname = "botocore";
1616- version = "1.21.54"; # N.B: if you change this, change boto3 and awscli to a matching version
1616+ version = "1.23.14"; # N.B: if you change this, change boto3 and awscli to a matching version
17171818 src = fetchPypi {
1919 inherit pname version;
2020- sha256 = "sha256-RhJ7OjhdDsc9GZS4lYsjt54GE+EsSGNxoQDfmStyobk=";
2020+ sha256 = "sha256-6NUsvy5zxiaM8sIH9H48+z7eCYP5PotZZ0tUYo5+8fE=";
2121 };
22222323 propagatedBuildInputs = [
···5566buildPythonPackage rec {
77 pname = "celery";
88- version = "5.1.2";
88+ version = "5.2.1";
991010 src = fetchPypi {
1111 inherit pname version;
1212- sha256 = "8d9a3de9162965e97f8e8cc584c67aad83b3f7a267584fa47701ed11c3e0d4b0";
1212+ sha256 = "b41a590b49caf8e6498a57db628e580d5f8dc6febda0f42de5d783aed5b7f808";
1313 };
14141515 # click is only used for the repl, in most cases this shouldn't impact
···12121313buildPythonPackage rec {
1414 pname = "cocotb";
1515- version = "1.5.2";
1515+ version = "1.6.0";
16161717 # - we need to use the tarball from PyPi
1818 # or the full git checkout (with .git)
···2020 # because it does not include required metadata
2121 src = fetchPypi {
2222 inherit pname version;
2323- sha256 = "9f4f3e6eb9caeb479e98d604770645b57469cd25b39e28df1916ffcd593efbe6";
2323+ sha256 = "a695544ab314e6d795b72ece9e67b51c6668c569b21303158e00452db43c5756";
2424 };
25252626 nativeBuildInputs = [ setuptools-scm ];
···1818 # If you need these, you can just add them to your environment.
19192020 pname = "hypothesis";
2121- version = "6.24.5";
2121+ version = "6.27.1";
22222323 # Use github tarballs that includes tests
2424 src = fetchFromGitHub {
2525 owner = "HypothesisWorks";
2626 repo = "hypothesis-python";
2727 rev = "hypothesis-python-${version}";
2828- sha256 = "+pPnMgbLdYbh0xqPewNOJRaL7VtxeN73wbHHuK0fNYo=";
2828+ sha256 = "05kfz041vrd9fy8gl8ch05g806jj4j6l1cnwhqgygagn9z3aq1jx";
2929 };
30303131 postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";
···21212222 # Multiple tests run out of stack space on 32bit systems with python2.
2323 # See https://github.com/pallets/jinja/issues/1158
2424- doCheck = !stdenv.is32bit || isPy3k;
2424+ # warnings are no longer being filtered correctly for python2
2525+ doCheck = !stdenv.is32bit && isPy3k;
25262627 checkPhase = ''
2728 pytest -v tests -W ignore::DeprecationWarning
···23232424buildPythonPackage rec {
2525 pname = "nbconvert";
2626- version = "6.2.0";
2626+ version = "6.3.0";
27272828 src = fetchPypi {
2929 inherit pname version;
3030- sha256 = "16ceecd0afaa8fd26c245fa32e2c52066c02f13aa73387fffafd84750baea863";
3030+ sha256 = "5e77d6203854944520105e38f2563a813a4a3708e8563aa598928a3b5ee1081a";
3131 };
32323333 # Add $out/share/jupyter to the list of paths that are used to search for